Searched refs:result_width (Results 1 – 2 of 2) sorted by relevance
3631 unsigned int result_width = mode_width; in nonzero_bits1() local3637 result_width = MAX (width0, width1) + 1; in nonzero_bits1()3644 result_width = width0 + width1; in nonzero_bits1()3651 result_width = width0; in nonzero_bits1()3656 result_width = width0; in nonzero_bits1()3662 result_width = MIN (width0, width1); in nonzero_bits1()3668 result_width = MIN (width0, width1); in nonzero_bits1()3675 if (result_width < mode_width) in nonzero_bits1()3676 nonzero &= ((HOST_WIDE_INT) 1 << result_width) - 1; in nonzero_bits1()
8506 unsigned int result_width = mode_width; local8512 result_width = MAX (width0, width1) + 1;8519 result_width = width0 + width1;8526 result_width = width0;8531 result_width = width0;8537 result_width = MIN (width0, width1);8543 result_width = MIN (width0, width1);8550 if (result_width < mode_width)8551 nonzero &= ((HOST_WIDE_INT) 1 << result_width) - 1;