Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c2566 constant_multiple_of (tree top, tree bot, double_int *mul) in constant_multiple_of() function
2590 if (!constant_multiple_of (TREE_OPERAND (top, 0), bot, &res)) in constant_multiple_of()
2599 if (!constant_multiple_of (TREE_OPERAND (top, 0), bot, &p0) in constant_multiple_of()
2600 || !constant_multiple_of (TREE_OPERAND (top, 1), bot, &p1)) in constant_multiple_of()
3103 if (!constant_multiple_of (ustep_orig, cstep_orig, &rat)) in get_computation_aff()
3916 if (!constant_multiple_of (ustep, cstep, &rat)) in get_computation_cost_at()
H A DChangeLog-20062389 * tree-ssa-loop-ivopts.c (constant_multiple_of): Returns the result
2392 return type of constant_multiple_of.
H A DChangeLog-200512576 constant_multiple_of in the same way get_computation_cost_at does.
21125 (tree_int_cst_sign_bit, constant_multiple_of): New functions.