Home
last modified time | relevance | path

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

/external/skqp/src/sksl/
DSkSLJIT.h313 LLVMTypeRef fInt8Type; variable
DSkSLJIT.cpp107 fInt8Type = LLVMInt8TypeInContext(fContext); in JIT()
108 fInt8PtrType = LLVMPointerType(fInt8Type, 0); in JIT()