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