/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-address.c | 1072 addr.offset = fold_binary_to_constant (PLUS_EXPR, in maybe_fold_tmr() 1082 addr.offset = fold_binary_to_constant in maybe_fold_tmr() 1106 off = fold_binary_to_constant (MULT_EXPR, sizetype, in maybe_fold_tmr() 1111 addr.offset = fold_binary_to_constant (PLUS_EXPR, in maybe_fold_tmr()
|
H A D | fold-const.h | 106 extern tree fold_binary_to_constant (enum tree_code, tree, tree, tree);
|
H A D | tree-ssa-loop-niter.c | 1110 d = fold_binary_to_constant (LSHIFT_EXPR, niter_type, in number_of_iterations_ne() 1112 s = fold_binary_to_constant (RSHIFT_EXPR, niter_type, s, bits); in number_of_iterations_ne() 1805 tree step = fold_binary_to_constant (MINUS_EXPR, step_type, in number_of_iterations_cond()
|
H A D | tree-vrp.c | 669 tree t = fold_binary_to_constant (LT_EXPR, boolean_type_node, val1, val2); in compare_values_warnv() 677 t = fold_binary_to_constant (LT_EXPR, boolean_type_node, val2, val1); in compare_values_warnv() 685 t = fold_binary_to_constant (NE_EXPR, boolean_type_node, val1, val2); in compare_values_warnv()
|
H A D | ipa-fnsummary.c | 436 ? fold_binary_to_constant (c->code, boolean_type_node, val, c->val) in evaluate_conditions_for_known_args()
|
H A D | fold-const.c | 14654 fold_binary_to_constant (enum tree_code code, tree type, tree op0, tree op1) in fold_binary_to_constant() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-address.cc | 1082 addr.offset = fold_binary_to_constant (PLUS_EXPR, in maybe_fold_tmr() 1092 addr.offset = fold_binary_to_constant in maybe_fold_tmr() 1116 off = fold_binary_to_constant (MULT_EXPR, sizetype, in maybe_fold_tmr() 1121 addr.offset = fold_binary_to_constant (PLUS_EXPR, in maybe_fold_tmr()
|
H A D | fold-const.h | 118 extern tree fold_binary_to_constant (enum tree_code, tree, tree, tree);
|
H A D | tree-vrp.cc | 488 tree t = fold_binary_to_constant (LT_EXPR, boolean_type_node, val1, val2); in compare_values_warnv() 496 t = fold_binary_to_constant (LT_EXPR, boolean_type_node, val2, val1); in compare_values_warnv() 504 t = fold_binary_to_constant (NE_EXPR, boolean_type_node, val1, val2); in compare_values_warnv()
|
H A D | tree-ssa-loop-niter.cc | 1122 d = fold_binary_to_constant (LSHIFT_EXPR, niter_type, in number_of_iterations_ne() 1124 s = fold_binary_to_constant (RSHIFT_EXPR, niter_type, s, bits); in number_of_iterations_ne() 1899 tree step = fold_binary_to_constant (MINUS_EXPR, step_type, in number_of_iterations_cond()
|
H A D | ipa-fnsummary.cc | 470 ? fold_binary_to_constant (c->code, boolean_type_node, val, c->val) in evaluate_conditions_for_known_args()
|
H A D | fold-const.cc | 15609 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 | 8711 fold_binary_to_constant. 17197 fold_binary_to_constant. Likewise, call fold_unary instead of 23577 * fold-const.c (fold_binary_to_constant): Delete obsolete comment. 23602 (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.
|
H A D | ChangeLog-2008 | 23996 results from fold_binary_to_constant.
|
H A D | ChangeLog-2013 | 8185 (fold_binary_to_constant): Moved to fold-const.h.
|