Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dfold-const.c130 static int multiple_of_p (tree, tree, tree);
5738 || (multiple_of_p (ctype, op0, c) in extract_muldiv_1()
5739 && multiple_of_p (ctype, op1, c)))) in extract_muldiv_1()
10116 && multiple_of_p (type, arg0, arg1)) in fold_binary()
12303 multiple_of_p (tree type, tree top, tree bottom) in multiple_of_p() function
12321 return (multiple_of_p (type, TREE_OPERAND (top, 0), bottom) in multiple_of_p()
12322 || multiple_of_p (type, TREE_OPERAND (top, 1), bottom)); in multiple_of_p()
12327 && multiple_of_p (type, TREE_OPERAND (top, 1), bottom)); in multiple_of_p()
12345 return multiple_of_p (type, t1, bottom); in multiple_of_p()
13462 if (multiple_of_p (TREE_TYPE (value), value, div)) in round_up()
[all …]
H A DFSFChangeLog77 * fold-const.c (multiple_of_p): New function.
H A DChangeLog-19973605 * fold-const.c (multiple_of_p): New function.
H A DChangeLog-2004985 * fold-const.c (multiple_of_p): Handle BIT_AND_EXPR when
19628 multiple_of_p to avoid any arithmetic at all.
42659 fold_single_bit_test, fold, multiple_of_p): Replace all calls to
H A DChangeLog-200129077 (multiple_of_p): Handle LSHIFT_EXPR with small constant shift.