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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dloop-iv.c2263 HOST_WIDEST_INT up, down, inc, step_val; local
2372 step_val = -INTVAL (iv1.step);
2374 step_val = INTVAL (iv0.step);
2377 if (step_val < 0)
2380 step_is_pow2 = !(step_val & (step_val - 1));
2387 step_val = 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dloop-iv.c2006 HOST_WIDEST_INT up, down, inc, step_val; local
2117 step_val = -INTVAL (iv1.step);
2119 step_val = INTVAL (iv0.step);
2122 if (step_val < 0)
2125 step_is_pow2 = !(step_val & (step_val - 1));
2132 step_val = 0;

Completed in 112 milliseconds