Searched refs:step_max (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-scalar-evolution.c3047 wide_int base_min, base_max, step_min, step_max, type_min, type_max;
3063 step_min = step_max = wi::to_wide (step);
3066 && get_range_info (step, &step_min, &step_max) == VR_RANGE)
3098 if (sgn == UNSIGNED || !wi::neg_p (step_max))
3101 if (wi::gtu_p (wi::mul (step_max, nit2, UNSIGNED, &overflow),
3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max; local
H A Dtree-data-ref.c6023 wide_int step_min, step_max;
6025 || get_range_info (step, &step_min, &step_max) != VR_RANGE)
6028 step_max = wi::to_wide (TYPE_MAX_VALUE (type));
6034 && wi::ges_p (maxv, widest_int::from (step_max, sgn)))
6038 else if (wi::lt_p (step_max, 0, sgn))
6021 wide_int step_min, step_max; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-scalar-evolution.cc3039 wide_int base_min, base_max, step_min, step_max, type_min, type_max;
3060 step_max = r.upper_bound ();
3089 if (sgn == UNSIGNED || !wi::neg_p (step_max))
3092 if (wi::gtu_p (wi::mul (step_max, nit2, UNSIGNED, &overflow),
3032 wide_int base_min, base_max, step_min, step_max, type_min, type_max; local
H A Dtree-data-ref.cc6330 wide_int step_min, step_max;
6337 step_max = wi::to_wide (TYPE_MAX_VALUE (type));
6342 step_max = vr.upper_bound ();
6348 && wi::ges_p (maxv, widest_int::from (step_max, sgn)))
6352 else if (wi::lt_p (step_max, 0, sgn))

Completed in 214 milliseconds