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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c3045 HOST_WIDE_INT ratioi; local
3091 if (!divide (TYPE_PRECISION (uutype), ustepi, cstepi, &ratioi))
3099 ratio = build_int_cst_type (uutype, ratioi);
3111 ratioi = double_int_to_shwi (rat);
3113 ratioi = 0;
3145 if (ratioi == 1)
3152 else if (ratioi == -1)
3178 possible to compute ratioi. */
3179 gcc_assert (ratioi);
3184 aff_combination_scale (&cbase_aff, -ratioi);
[all...]

Completed in 103 milliseconds