Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h64 #define LLVMInt64Type ILLEGAL_LLVM_FUNCTION macro
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c164 ret = LLVMInt64Type(); in sym_basetype_type()
230 case 64: return LLVMInt64Type(); in insn_symbol_type()
297 …LLVMValueRef indices[] = { LLVMConstInt(LLVMInt64Type(), 0, 0), LLVMConstInt(LLVMInt64Type(), 0, 0… in get_sym_value()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1145 LLVMTypeRef LLVMInt64Type(void);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp580 LLVMTypeRef LLVMInt64Type(void) { in LLVMInt64Type() function