HomeSort by relevance Sort by last modified time
    Searched refs:LLVMInt32Type (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld.h 66 #define LLVMInt32Type ILLEGAL_LLVM_FUNCTION
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld.h 66 #define LLVMInt32Type ILLEGAL_LLVM_FUNCTION
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 170 LLVMFunctionType(LLVMInt32Type(), nullptr,0, 0));
176 LLVMBuildRet(builder, LLVMConstInt(LLVMInt32Type(), 42, 0));
189 LLVMTypeRef stackmapParamTypes[] = { LLVMInt64Type(), LLVMInt32Type() };
196 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0));
202 LLVMConstInt(LLVMInt64Type(), 0, 0), LLVMConstInt(LLVMInt32Type(), 5, 0),
203 LLVMConstInt(LLVMInt32Type(), 42, 0)
206 LLVMBuildRet(builder, LLVMConstInt(LLVMInt32Type(), 42, 0));
220 LLVMValueRef GlobalVar = LLVMAddGlobal(Module, LLVMInt32Type(), "intVal");
221 LLVMSetInitializer(GlobalVar, LLVMConstInt(LLVMInt32Type(), 42, 0));
225 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0))
    [all...]
  /external/llvm/include/llvm-c/
Core.h 814 LLVMTypeRef LLVMInt32Type(void);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 324 LLVMTypeRef LLVMInt32Type(void) {
    [all...]

Completed in 33 milliseconds