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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-niter.c2005 tree delta, step_abs; local
2052 step_abs = fold_build1 (NEGATE_EXPR, unsigned_type,
2060 step_abs = fold_convert (unsigned_type, step);
2063 valid_niter = fold_build2 (FLOOR_DIV_EXPR, unsigned_type, delta, step_abs);

Completed in 126 milliseconds