Searched refs:LLVMGetIntTypeWidth (Results 1 – 4 of 4) sorted by relevance
445 return Val_int(LLVMGetIntTypeWidth(IntegerTy)); in llvm_integer_bitwidth()881 !(LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64)) in llvm_int64_of_const()
93 return LLVMIntTypeInContext(Ctx, LLVMGetIntTypeWidth(Src)); in Clone()
1194 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
624 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function