Home
last modified time | relevance | path

Searched refs:compileTernary (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/sksl/
DSkSLJIT.h176 LLVMValueRef compileTernary(LLVMBuilderRef builder, const TernaryExpression& t);
DSkSLJIT.cpp998 LLVMValueRef JIT::compileTernary(LLVMBuilderRef builder, const TernaryExpression& t) { in compileTernary() function in SkSL::JIT
1056 return this->compileTernary(builder, (TernaryExpression&) expr); in compileExpression()
/external/skqp/src/sksl/
DSkSLJIT.h176 LLVMValueRef compileTernary(LLVMBuilderRef builder, const TernaryExpression& t);
DSkSLJIT.cpp998 LLVMValueRef JIT::compileTernary(LLVMBuilderRef builder, const TernaryExpression& t) { in compileTernary() function in SkSL::JIT
1056 return this->compileTernary(builder, (TernaryExpression&) expr); in compileExpression()