Searched defs:ConvertWhile (Results 1 – 2 of 2) sorted by relevance
189 std::unique_ptr<Statement> ForStatement::ConvertWhile(const Context& context, in ConvertWhile() function in SkSL::ForStatement
1402 struct ConvertWhile : public OpConversionPattern<TF::WhileOp> { struct1405 LogicalResult matchAndRewrite( in matchAndRewrite()