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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c3044 unsigned HOST_WIDE_INT ustepi, cstepi; local
3089 cstepi = int_cst_value (cstep_orig);
3091 if (!divide (TYPE_PRECISION (uutype), ustepi, cstepi, &ratioi))
3853 unsigned HOST_WIDE_INT ustepi, cstepi, offset = 0; local
3900 cstepi = int_cst_value (cstep);
3902 cstepi = 0;
3909 if (!divide (TYPE_PRECISION (utype), ustepi, cstepi, &ratio))
3960 offset -= ratio * cstepi;

Completed in 274 milliseconds