Searched refs:iv_step (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1344 tree step, iv_base, iv_step, lbound, off; local
1401 iv_step = iv->step;
1403 sizetype, &iv_base, &iv_step, dta->stmt,
1410 step = fold_build2 (MULT_EXPR, sizetype, step, iv_step);

Completed in 62 milliseconds