Searched refs:compileTernary (Results 1 – 2 of 2) sorted by relevance
176 LLVMValueRef compileTernary(LLVMBuilderRef builder, const TernaryExpression& t);
998 LLVMValueRef JIT::compileTernary(LLVMBuilderRef builder, const TernaryExpression& t) { in compileTernary() function in SkSL::JIT1056 return this->compileTernary(builder, (TernaryExpression&) expr); in compileExpression()