Searched defs:new_lb (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | range-op.cc | 273 wide_int new_lb, new_ub; in value_range_with_overflow() local 298 const wide_int &new_lb, const wide_int &new_ub) in create_possibly_reversed_range() 912 wide_int new_lb = wi::add (lh_lb, rh_lb, s, &ov_lb); in wi_fold() local 957 wide_int new_lb = wi::sub (lh_lb, rh_ub, s, &ov_lb); in wi_fold() local 995 wide_int new_lb = wi::min (lh_lb, rh_lb, s); in wi_fold() local 1017 wide_int new_lb = wi::max (lh_lb, rh_lb, s); in wi_fold() local 1201 wide_int new_lb = wide_int::from (prod0, prec, sign); in wi_fold() local 1905 wide_int new_lb = mustbe_nonzero_lh & mustbe_nonzero_rh; in wi_fold() local 2058 wide_int new_lb = mustbe_nonzero_lh | mustbe_nonzero_rh; in wi_fold() local 2138 wide_int new_lb = result_one_bits; in wi_fold() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | range-op.cc | 398 wide_int new_lb, new_ub; in value_range_with_overflow() local 424 const wide_int &new_lb, const wide_int &new_ub) in create_possibly_reversed_range() 1315 wide_int new_lb = wi::add (lh_lb, rh_lb, s, &ov_lb); in wi_fold() local 1369 wide_int new_lb = wi::sub (lh_lb, rh_ub, s, &ov_lb); in wi_fold() local 1509 wide_int new_lb = wi::min (lh_lb, rh_lb, s); in wi_fold() local 1531 wide_int new_lb = wi::max (lh_lb, rh_lb, s); in wi_fold() local 1750 wide_int new_lb = wide_int::from (prod0, prec, sign); in wi_fold() local 2139 wide_int new_lb = wi::set_bit (tmp_range.lower_bound (), low_bits); in op1_range() local 2804 wide_int new_lb = mustbe_nonzero_lh & mustbe_nonzero_rh; in wi_fold() local 3066 wide_int new_lb = mustbe_nonzero_lh | mustbe_nonzero_rh; in wi_fold() local [all …]
|