Searched refs:result_width (Results 1 – 2 of 2) sorted by relevance
161 size_t result_width = int_size_in_bytes (dest_type) * BITS_PER_UNIT; in operator ()() local164 = build_int_cstu (signed_type, result_width - 1); in operator ()()
4706 unsigned int result_width = mode_width; in nonzero_bits1() local4712 result_width = MAX (width0, width1) + 1; in nonzero_bits1()4719 result_width = width0 + width1; in nonzero_bits1()4726 result_width = width0; in nonzero_bits1()4731 result_width = width0; in nonzero_bits1()4737 result_width = MIN (width0, width1); in nonzero_bits1()4743 result_width = MIN (width0, width1); in nonzero_bits1()4750 if (result_width < mode_width) in nonzero_bits1()4751 nonzero &= (HOST_WIDE_INT_1U << result_width) - 1; in nonzero_bits1()