Searched refs:compileVectorStatement (Results 1 – 4 of 4) sorted by relevance
249 bool compileVectorStatement(LLVMBuilderRef builder, const Statement& stmt);
1636 bool JIT::compileVectorStatement(LLVMBuilderRef builder, const Statement& stmt) { in compileVectorStatement() function in SkSL::JIT1640 if (!this->compileVectorStatement(builder, *s)) { in compileVectorStatement()1676 bool success = this->compileVectorStatement(builder, *f.fBody); in compileStageFunctionVector()