Searched refs:LLVMGetIntTypeWidth (Results 1 – 8 of 8) sorted by relevance
109 if (LLVMGetIntTypeWidth(type_ref) == 64) { in lp_build_print_value()111 } else if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()136 LLVMGetIntTypeWidth(type_ref) < sizeof(int) * 8) { in lp_build_print_value()138 if (LLVMGetIntTypeWidth(type_ref) == 8) { in lp_build_print_value()
112 if(LLVMGetIntTypeWidth(elem_type) != type.width) in lp_check_elem_type()257 return LLVMGetIntTypeWidth(t); in lp_sizeof_llvm_type()341 unsigned b = LLVMGetIntTypeWidth(te); in lp_dump_llvmtype()355 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()
365 if (LLVMGetIntTypeWidth(mask_type) != type.width) { in lp_build_select()
161 return LLVMGetIntTypeWidth(type); in ac_get_elem_bits()184 return LLVMGetIntTypeWidth(type) / 8; in ac_get_type_size()366 snprintf(buf, bufsize, "i%d", LLVMGetIntTypeWidth(elem_type)); in ac_build_type_name_for_intr()1638 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()1641 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(loads[chan])); in ac_build_opencoded_load_format()3401 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_readlane_common()3545 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_dpp()3596 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_permlane16()3640 unsigned bits = LLVMGetIntTypeWidth(LLVMTypeOf(src)); in ac_build_ds_swizzle()
1148 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy);
590 unsigned LLVMGetIntTypeWidth(LLVMTypeRef IntegerTy) { in LLVMGetIntTypeWidth() function