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

/freebsd-9.3-release/contrib/gcc/
H A Dfold-const.c130 static int multiple_of_p (tree, tree, tree);
5769 || (multiple_of_p (ctype, op0, c)
5770 && multiple_of_p (ctype, op1, c))))
10149 && multiple_of_p (type, arg0, arg1))
12336 multiple_of_p (tree type, tree top, tree bottom)
12354 return (multiple_of_p (type, TREE_OPERAND (top, 0), bottom)
12355 || multiple_of_p (type, TREE_OPERAND (top, 1), bottom));
12359 return (multiple_of_p (type, TREE_OPERAND (top, 0), bottom)
12360 && multiple_of_p (type, TREE_OPERAND (top, 1), bottom));
12378 return multiple_of_p (typ
12301 multiple_of_p (tree type, tree top, tree bottom) function
[all...]

Completed in 145 milliseconds