Searched refs:step_abs (Results 1 – 1 of 1) sorted by relevance
2005 tree delta, step_abs; in scev_probably_wraps_p() local2052 step_abs = fold_build1 (NEGATE_EXPR, unsigned_type, in scev_probably_wraps_p()2060 step_abs = fold_convert (unsigned_type, step); in scev_probably_wraps_p()2063 valid_niter = fold_build2 (FLOOR_DIV_EXPR, unsigned_type, delta, step_abs); in scev_probably_wraps_p()