Searched refs:fInt64Type (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/sksl/ |
D | SkSLJIT.h | 320 LLVMTypeRef fInt64Type; variable
|
D | SkSLJIT.cpp | 110 fInt64Type = LLVMInt64TypeInContext(fContext); in JIT() 1358 fInt64Type, in compileStageFunctionLoop() 1360 LLVMConstInt(fInt64Type, PTR_SIZE, false), in compileStageFunctionLoop() 1687 fInt64Type, in compileStageFunctionVector() 1689 LLVMConstInt(fInt64Type, PTR_SIZE, in compileStageFunctionVector()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.h | 320 LLVMTypeRef fInt64Type; variable
|
D | SkSLJIT.cpp | 110 fInt64Type = LLVMInt64TypeInContext(fContext); in JIT() 1358 fInt64Type, in compileStageFunctionLoop() 1360 LLVMConstInt(fInt64Type, PTR_SIZE, false), in compileStageFunctionLoop() 1687 fInt64Type, in compileStageFunctionVector() 1689 LLVMConstInt(fInt64Type, PTR_SIZE, in compileStageFunctionVector()
|