Home
last modified time | relevance | path

Searched refs:step_abs (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-loop-niter.c2005 tree delta, step_abs; in scev_probably_wraps_p() local
2052 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()