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

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-loop-manip.cc1015 tree bigstep, delta; local
1066 bigstep = fold_build2 (MULT_EXPR, type, step,
1068 delta = fold_build2 (MINUS_EXPR, type, bigstep, step);
1089 if (multiple_of_p (type, niter, bigstep))
1115 *exit_step = bigstep;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-loop-manip.c1015 tree bigstep, delta; local
1066 bigstep = fold_build2 (MULT_EXPR, type, step,
1068 delta = fold_build2 (MINUS_EXPR, type, bigstep, step);
1105 *exit_step = bigstep;

Completed in 111 milliseconds