Searched refs:LLVMIntTypeInContext (Results 1 – 4 of 4) sorted by relevance
810 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
313 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function333 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
277 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
484 t.C = C.LLVMIntTypeInContext(c.C, C.unsigned(numbits))