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

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld.h 67 #define LLVMInt64Type ILLEGAL_LLVM_FUNCTION
  /external/llvm/tools/llvm-c-test/
calc.c 97 stack[depth++] = LLVMConstInt(LLVMInt64Type(), val, 1);
120 LLVMTypeRef I64ty = LLVMInt64Type();
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 189 LLVMTypeRef stackmapParamTypes[] = { LLVMInt64Type(), LLVMInt32Type() };
202 LLVMConstInt(LLVMInt64Type(), 0, 0), LLVMConstInt(LLVMInt32Type(), 5, 0),
  /external/llvm/include/llvm-c/
Core.h 726 LLVMTypeRef LLVMInt64Type(void);
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 494 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return }
    [all...]
  /external/llvm/lib/IR/
Core.cpp 334 LLVMTypeRef LLVMInt64Type(void) {
    [all...]

Completed in 951 milliseconds