Home
last modified time | relevance | path

Searched defs:new_ub (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc273 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()
913 wide_int new_ub = wi::add (lh_ub, rh_ub, s, &ov_ub); in wi_fold() local
958 wide_int new_ub = wi::sub (lh_ub, rh_lb, s, &ov_ub); in wi_fold() local
996 wide_int new_ub = wi::min (lh_ub, rh_ub, s); in wi_fold() local
1018 wide_int new_ub = wi::max (lh_ub, rh_ub, s); in wi_fold() local
1202 wide_int new_ub = wide_int::from (prod3, prec, sign); in wi_fold() local
1906 wide_int new_ub = maybe_nonzero_lh & maybe_nonzero_rh; in wi_fold() local
2059 wide_int new_ub = maybe_nonzero_lh | maybe_nonzero_rh; in wi_fold() local
2137 wide_int new_ub = ~result_zero_bits; in wi_fold() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Drange-op.cc398 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()
1316 wide_int new_ub = wi::add (lh_ub, rh_ub, s, &ov_ub); in wi_fold() local
1370 wide_int new_ub = wi::sub (lh_ub, rh_lb, s, &ov_ub); in wi_fold() local
1510 wide_int new_ub = wi::min (lh_ub, rh_ub, s); in wi_fold() local
1532 wide_int new_ub = wi::max (lh_ub, rh_ub, s); in wi_fold() local
1751 wide_int new_ub = wide_int::from (prod3, prec, sign); in wi_fold() local
2138 wide_int new_ub = wi::bit_or (up_mask, tmp_range.upper_bound ()); in op1_range() local
2805 wide_int new_ub = maybe_nonzero_lh & maybe_nonzero_rh; in wi_fold() local
3067 wide_int new_ub = maybe_nonzero_lh | maybe_nonzero_rh; in wi_fold() local
[all …]