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

/freebsd-9.3-release/contrib/gcc/
H A Dloop-iv.c1999 HOST_WIDEST_INT up, down, inc, step_val; local
2108 step_val = -INTVAL (iv1.step);
2110 step_val = INTVAL (iv0.step);
2113 if (step_val < 0)
2116 step_is_pow2 = !(step_val & (step_val - 1));
2123 step_val = 0;

Completed in 62 milliseconds