Home
last modified time | relevance | path

Searched refs:fold_binary_to_constant (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-address.c1072 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 Dfold-const.h106 extern tree fold_binary_to_constant (enum tree_code, tree, tree, tree);
H A Dtree-ssa-loop-niter.c1110 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 Dtree-vrp.c669 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 Dipa-fnsummary.c436 ? fold_binary_to_constant (c->code, boolean_type_node, val, c->val) in evaluate_conditions_for_known_args()
H A Dfold-const.c14654 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 Dtree-ssa-address.cc1082 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 Dfold-const.h118 extern tree fold_binary_to_constant (enum tree_code, tree, tree, tree);
H A Dtree-vrp.cc488 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 Dtree-ssa-loop-niter.cc1122 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 Dipa-fnsummary.cc470 ? fold_binary_to_constant (c->code, boolean_type_node, val, c->val) in evaluate_conditions_for_known_args()
H A Dfold-const.cc15609 fold_binary_to_constant (enum tree_code code, tree type, tree op0, tree op1) in fold_binary_to_constant() function
H A DChangeLog-20058711 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 DChangeLog-20043898 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 DChangeLog-200823996 results from fold_binary_to_constant.
H A DChangeLog-20138185 (fold_binary_to_constant): Moved to fold-const.h.