Searched refs:multiple_of_p (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | fold-const.c | 130 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 D | FSFChangeLog | 77 * fold-const.c (multiple_of_p): New function.
|
| H A D | ChangeLog-1997 | 3605 * fold-const.c (multiple_of_p): New function.
|
| H A D | ChangeLog-2004 | 985 * 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 D | ChangeLog-2001 | 29077 (multiple_of_p): Handle LSHIFT_EXPR with small constant shift.
|