Home
last modified time | relevance | path

Searched refs:LLVMInt32Type (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp105 Module, "simple_function", LLVMFunctionType(LLVMInt32Type(), 0, 0, 0)); in buildSimpleFunction()
111 LLVMBuildRet(builder, LLVMConstInt(LLVMInt32Type(), 42, 0)); in buildSimpleFunction()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld.h66 #define LLVMInt32Type ILLEGAL_LLVM_FUNCTION macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
Dlp_bld.h66 #define LLVMInt32Type ILLEGAL_LLVM_FUNCTION macro
/external/llvm/include/llvm-c/
DCore.h718 LLVMTypeRef LLVMInt32Type(void);
/external/llvm/lib/IR/
DCore.cpp243 LLVMTypeRef LLVMInt32Type(void) { in LLVMInt32Type() function