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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c2566 constant_multiple_of (tree top, tree bot, double_int *mul) function
2590 if (!constant_multiple_of (TREE_OPERAND (top, 0), bot, &res))
2599 if (!constant_multiple_of (TREE_OPERAND (top, 0), bot, &p0)
2600 || !constant_multiple_of (TREE_OPERAND (top, 1), bot, &p1))
3103 if (!constant_multiple_of (ustep_orig, cstep_orig, &rat))
3916 if (!constant_multiple_of (ustep, cstep, &rat))

Completed in 91 milliseconds