Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h65 #define LLVMIntType ILLEGAL_LLVM_FUNCTION macro
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c188 ret = LLVMIntType(sym->bit_size); in symbol_type()
333 LLVMTypeRef itype = LLVMIntType(bits_in_pointer); in constant_value()
419 LLVMTypeRef dtype = LLVMIntType(bits_in_pointer); in value_to_ivalue()
690 int_type = LLVMIntType(bits_in_pointer); in calc_memop_addr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1147 LLVMTypeRef LLVMIntType(unsigned NumBits);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp586 LLVMTypeRef LLVMIntType(unsigned NumBits) { in LLVMIntType() function