Lines Matching refs:fTest
323 , fTest(test) in getLValue()
339 LLVMBuildCondBr(builder, fTest, trueBlock, falseBlock); in getLValue()
367 LLVMBuildCondBr(builder, fTest, trueBlock, falseBlock); in getLValue()
379 LLVMValueRef fTest; in getLValue() member in SkSL::JIT::getLValue::TernaryLValue
384 LLVMValueRef test = this->compileExpression(builder, *t.fTest); in getLValue()
999 LLVMValueRef test = this->compileExpression(builder, *t.fTest); in compileTernary()
1087 LLVMValueRef test = this->compileExpression(builder, *i.fTest); in compileIf()
1121 if (f.fTest) { in compileFor()
1125 LLVMValueRef test = this->compileExpression(builder, *f.fTest); in compileFor()
1157 LLVMValueRef test = this->compileExpression(builder, *d.fTest); in compileDo()
1180 LLVMValueRef test = this->compileExpression(builder, *w.fTest); in compileWhile()