Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm-c/
DCore.h759 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
/freebsd-10-stable/contrib/llvm/lib/IR/
DCore.cpp254 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function
274 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()