HomeSort by: relevance | last modified time | path
    Searched refs:LLVMInt64Type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
debuginfo.c 97 LLVMInt64Type(),
98 LLVMInt64Type(),
99 LLVMVectorType(LLVMInt64Type(), 10),
101 LLVMTypeRef FooFuncTy = LLVMFunctionType(LLVMInt64Type(), FooParamTys, 3, 0);
138 LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false),
144 LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false),
150 LLVMDIBuilderInsertDeclareAtEnd(DIB, LLVMConstInt(LLVMInt64Type(), 0, false),
166 LLVMValueRef FooVal1 = LLVMConstInt(LLVMInt64Type(), 0, false);
calc.c 96 stack[depth++] = LLVMConstInt(LLVMInt64Type(), val, 1);
119 LLVMTypeRef I64ty = LLVMInt64Type();
echo.cpp 823 MaskElts.push_back(LLVMGetUndef(LLVMInt64Type()));
825 MaskElts.push_back(LLVMConstInt(LLVMInt64Type(), Val, true));
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h 1164 LLVMTypeRef LLVMInt64Type(void);
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 559 func Int64Type() (t Type) { t.C = C.LLVMInt64Type(); return }
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 602 LLVMTypeRef LLVMInt64Type(void) {

Completed in 21 milliseconds