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

  /src/external/gpl3/gcc/dist/gcc/
tree-vrp.cc 403 bool b_empty = wi::le_p (b_min, *max, sgn);
415 gcc_checking_assert (wi::le_p (*min, *max, sgn));
422 gcc_checking_assert (wi::le_p (*min, *max, sgn));
443 gcc_checking_assert (wi::le_p (*min, *max, sgn));
value-range.cc 331 return wi::le_p (upper_bound (), 0, TYPE_SIGN (type ()));
1220 if (wi::le_p (cst, upper_bound (r), sign))
1238 if (wi::le_p (m_base[0], r.m_base[0], sign))
1241 if (wi::le_p (r.m_base[1], m_base[1], sign))
1493 && wi::le_p (ru, u, sign))
1606 if (wi::le_p (ru, r2u, sign))
1667 && wi::le_p (upper_bound (), ub, sign))
range-op.cc 1338 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign))
1340 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign))
1640 if (wi::le_p (op2.upper_bound (), wi::zero (prec), sign))
1655 if (wi::le_p (op2.upper_bound (), wi::zero (prec), sign))
2895 return (wi::le_p (min, domain_max, domain_sign)
2896 && wi::le_p (max, domain_max, domain_sign)
4256 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign))
range-op-mixed.h 37 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign);
wide-int.h 583 BINARY_PREDICATE le_p (const T1 &, const T2 &, signop);
2378 wi::le_p (const T1 &x, const T2 &y, signop sgn)
2695 if (wi::le_p (x, y, sgn))
tree-scalar-evolution.cc 3099 && wi::le_p (base_max, type_max, sgn));
ipa-fnsummary.cc 1838 else if (wi::le_p (vr_wmin, last_wmax + 1, TYPE_SIGN (type)))
1909 if (wi::le_p (vr_wmax, wi::to_wide (max), TYPE_SIGN (type)))
tree-ssa-loop-niter.cc 230 gcc_assert (wi::le_p (r.lower_bound (), r.upper_bound (), sgn));
436 gcc_assert (wi::le_p (minv, maxv, sgn));
fold-const.cc 13797 gcc_checking_assert (wi::le_p (index, max_index, index_sgn));
  /src/external/gpl3/gcc.old/dist/gcc/
range-op.cc 111 return wi::le_p (wmin, 0, sign) && wi::ge_p (wmax, 0, sign);
953 if (wi::le_p (op1.upper_bound (), op2.lower_bound (), sign))
955 else if (!wi::le_p (op1.lower_bound (), op2.upper_bound (), sign))
1272 if (wi::le_p (op2.upper_bound (), wi::zero (prec), sign))
1287 if (wi::le_p (op2.upper_bound (), wi::zero (prec), sign))
2297 return (wi::le_p (min, domain_max, domain_sign)
2298 && wi::le_p (max, domain_max, domain_sign)
3651 if (wi::le_p (lh_lb, 0, sign) && wi::ge_p (lh_ub, 0, sign))
tree-vrp.cc 184 bool b_empty = wi::le_p (b_min, *max, sgn);
196 gcc_checking_assert (wi::le_p (*min, *max, sgn));
203 gcc_checking_assert (wi::le_p (*min, *max, sgn));
224 gcc_checking_assert (wi::le_p (*min, *max, sgn));
value-range.cc 653 if (wi::le_p (v, upper_bound (r), sign))
1705 if (wi::le_p (wi::to_wide (ru), wi::to_wide (r2u), sign))
wide-int.h 524 BINARY_PREDICATE le_p (const T1 &, const T2 &, signop);
1985 wi::le_p (const T1 &x, const T2 &y, signop sgn) function in class:wi
2260 if (wi::le_p (x, y, sgn))
ipa-fnsummary.cc 1781 else if (wi::le_p (vr_wmin, last_wmax + 1, TYPE_SIGN (type)))
1852 if (wi::le_p (vr_wmax, wi::to_wide (max), TYPE_SIGN (type)))
tree-ssa-loop-niter.cc 236 gcc_assert (wi::le_p (r.lower_bound (), r.upper_bound (), sgn));
435 gcc_assert (wi::le_p (minv, maxv, sgn));
tree-scalar-evolution.cc 3071 && wi::le_p (base_max, type_max, sgn));
fold-const.cc 13417 gcc_checking_assert (wi::le_p (index, max_index, index_sgn));

Completed in 108 milliseconds