Searched refs:LLVMIntTypeInContext (Results 1 – 3 of 3) sorted by relevance
353 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
191 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function211 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
208 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()