Searched refs:fold_binary_to_constant (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | tree-ssa-address.c | 719 addr.offset = fold_binary_to_constant (PLUS_EXPR, sizetype, in maybe_fold_tmr() 734 off = fold_binary_to_constant (MULT_EXPR, sizetype, in maybe_fold_tmr() 741 addr.offset = fold_binary_to_constant (PLUS_EXPR, sizetype, in maybe_fold_tmr()
|
| H A D | tree-ssa-loop-niter.c | 180 d = fold_binary_to_constant (LSHIFT_EXPR, niter_type, in number_of_iterations_ne() 182 s = fold_binary_to_constant (RSHIFT_EXPR, niter_type, s, bits); in number_of_iterations_ne() 626 iv0->step = fold_binary_to_constant (MINUS_EXPR, type, in number_of_iterations_cond()
|
| H A D | tree-vrp.c | 914 cmp1 = fold_binary_to_constant (GE_EXPR, boolean_type_node, val, vr->min); in value_inside_range() 921 cmp2 = fold_binary_to_constant (LE_EXPR, boolean_type_node, val, vr->max); in value_inside_range()
|
| H A D | tree.h | 4369 extern tree fold_binary_to_constant (enum tree_code, tree, tree, tree);
|
| H A D | fold-const.c | 12910 fold_binary_to_constant (enum tree_code code, tree type, tree op0, tree op1) in fold_binary_to_constant() function
|
| H A D | ChangeLog-2005 | 8712 fold_binary_to_constant. 17198 fold_binary_to_constant. Likewise, call fold_unary instead of 23578 * fold-const.c (fold_binary_to_constant): Delete obsolete comment. 23603 (fold_binary_to_constant): Simplify using fold_binary.
|
| H A D | ChangeLog-2004 | 3898 to fold_binary_to_constant. 3901 (fold_relational_hi_lo): Update call to fold_binary_to_constant. 3905 and fold_binary_to_constant. 3911 fold_binary_to_constant.
|