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