Home
last modified time | relevance | path

Searched refs:fFoldOr2Func (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/sksl/
DSkSLJIT.h342 LLVMValueRef fFoldOr2Func; variable
DSkSLJIT.cpp664 case 2: func = fFoldOr2Func; break; in compileBinary()
669 func = fFoldOr2Func; in compileBinary()
1812 fFoldOr2Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.or.i1.v2i1", in createModule()