Home
last modified time | relevance | path

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

/external/skia/src/sksl/
DSkSLJIT.h341 LLVMValueRef fFoldAnd2Func; variable
DSkSLJIT.cpp625 case 2: func = fFoldAnd2Func; break; in compileBinary()
630 func = fFoldAnd2Func; in compileBinary()
1810 fFoldAnd2Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.and.i1.v2i1", in createModule()
/external/skqp/src/sksl/
DSkSLJIT.h341 LLVMValueRef fFoldAnd2Func; variable
DSkSLJIT.cpp625 case 2: func = fFoldAnd2Func; break; in compileBinary()
630 func = fFoldAnd2Func; in compileBinary()
1810 fFoldAnd2Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.and.i1.v2i1", in createModule()