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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1533 tree astep; local
1553 astep = civ->step;
1555 if (astep)
1558 astep = fold_build2 (MULT_EXPR, type, TMR_STEP (base), astep);
1561 step = fold_build2 (PLUS_EXPR, type, step, astep);
1563 step = astep;

Completed in 649 milliseconds