Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp93 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h1181 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c440 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp598 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
621 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()