Searched refs:LLVMIntTypeInContext (Results 1 – 5 of 5) sorted by relevance
93 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
1169 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits);
597 LLVMTypeRef LLVMIntTypeInContext(LLVMContextRef C, unsigned NumBits) { in LLVMIntTypeInContext() function620 return LLVMIntTypeInContext(LLVMGetGlobalContext(), NumBits); in LLVMIntType()
440 return LLVMIntTypeInContext(Context, Int_val(Width)); in llvm_integer_type()
551 t.C = C.LLVMIntTypeInContext(c.C, C.unsigned(numbits))