HomeSort by: relevance | last modified time | path
    Searched refs:new_lb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 398 wide_int new_lb, new_ub; local
400 new_lb = wi::min_value (prec, sgn);
402 new_lb = wi::max_value (prec, sgn);
404 new_lb = wmin;
413 r.set (wide_int_to_tree (type, new_lb),
424 const wide_int &new_lb, const wide_int &new_ub)
428 if (wi::gt_p (new_lb, new_ub, s))
429 value_range_from_overflowed_bounds (r, type, new_lb, new_ub);
432 r.set (wide_int_to_tree (type, new_lb), wide_int_to_tree (type, new_ub));
1315 wide_int new_lb = wi::add (lh_lb, rh_lb, s, &ov_lb) local
1369 wide_int new_lb = wi::sub (lh_lb, rh_ub, s, &ov_lb); local
1509 wide_int new_lb = wi::min (lh_lb, rh_lb, s); local
1531 wide_int new_lb = wi::max (lh_lb, rh_lb, s); local
1750 wide_int new_lb = wide_int::from (prod0, prec, sign); local
2139 wide_int new_lb = wi::set_bit (tmp_range.lower_bound (), low_bits); local
2804 wide_int new_lb = mustbe_nonzero_lh & mustbe_nonzero_rh; local
3066 wide_int new_lb = mustbe_nonzero_lh | mustbe_nonzero_rh; local
3175 wide_int new_lb = result_one_bits; local
3285 wide_int new_lb, new_ub, tmp; local
3722 wide_int new_lb, new_ub; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
range-op.cc 859 wide_int new_lb, new_ub; local
861 new_lb = wi::min_value (prec, sgn);
863 new_lb = wi::max_value (prec, sgn);
865 new_lb = wmin;
874 r.set (type, new_lb, new_ub);
884 const wide_int &new_lb, const wide_int &new_ub)
888 if (wi::gt_p (new_lb, new_ub, s))
889 value_range_from_overflowed_bounds (r, type, new_lb, new_ub);
892 r.set (type, new_lb, new_ub);
1683 wide_int new_lb = wi::add (lh_lb, rh_lb, s, &ov_lb) local
1837 wide_int new_lb = wi::add (lh_wlb, rh_wlb, s, &ov_lb); local
1870 wide_int new_lb = wi::add (lh_wlb, rh_wlb, s, &ov_lb); local
1890 wide_int new_lb = wi::sub (lh_lb, rh_ub, s, &ov_lb); local
2039 wide_int new_lb = wi::min (lh_lb, rh_lb, s); local
2058 wide_int new_lb = wi::max (lh_lb, rh_lb, s); local
2259 wide_int new_lb = wide_int::from (prod0, prec, sign); local
2726 wide_int new_lb = wi::set_bit (tmp_range.lower_bound (), low_bits); local
3372 wide_int new_lb = mustbe_nonzero_lh & mustbe_nonzero_rh; local
3684 wide_int new_lb = mustbe_nonzero_lh | mustbe_nonzero_rh; local
3795 wide_int new_lb = result_one_bits; local
3924 wide_int new_lb, new_ub, tmp; local
4335 wide_int new_lb, new_ub; local
    [all...]

Completed in 22 milliseconds