Searched refs:LLVMGetIntTypeWidth (Results 1 – 8 of 8) sorted by relevance
114 if (LLVMGetIntTypeWidth(type_ref) == 64) { in lp_build_print_value()116 } else if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()141 LLVMGetIntTypeWidth(type_ref) < sizeof(int) * 8) { in lp_build_print_value()143 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
125 if (LLVMGetIntTypeWidth(elem_type) != type.width) { in lp_check_elem_type()128 LLVMGetIntTypeWidth(elem_type), type.width); in lp_check_elem_type()277 return LLVMGetIntTypeWidth(t); in lp_sizeof_llvm_type()361 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype()375 unsigned b = LLVMGetIntTypeWidth(t); in lp_dump_llvmtype()
79 type_width = LLVMGetIntTypeWidth(type_ref); in build_binary_int_overflow()
79 width = LLVMGetIntTypeWidth(type); in lp_format_intrinsic()
367 if (LLVMGetIntTypeWidth(mask_type) != type.width) { in lp_build_select()
164 return LLVMGetIntTypeWidth(type); in ac_get_elem_bits()187 return LLVMGetIntTypeWidth(type) / 8; in ac_get_type_size()368 snprintf(buf, bufsize, "i%d", LLVMGetIntTypeWidth(elem_type)); in ac_build_type_name_for_intr()1694 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()1697 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()3164 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_readlane_common()3309 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_dpp()3360 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_permlane16()3404 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_ds_swizzle()
1148 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
590 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function