Searched refs:LLVMGetIntTypeWidth (Results 1 – 7 of 7) sorted by relevance
112 if(LLVMGetIntTypeWidth(elem_type) != type.width) in lp_check_elem_type()257 return LLVMGetIntTypeWidth(t); in lp_sizeof_llvm_type()345 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype()359 unsigned b = LLVMGetIntTypeWidth(t); in lp_dump_llvmtype()
109 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
280 return Val_int(LLVMGetIntTypeWidth(IntegerTy)); in llvm_integer_bitwidth()712 LLVMGetIntTypeWidth(LLVMTypeOf(Const)) <= 64) { in llvm_int64_of_const()
817 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
334 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function