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