Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm-c/
H A DCore.h1130 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/freebsd-12.1/contrib/llvm/lib/IR/
H A DCore.cpp556 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
579 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()