Searched refs:fold_cond_expr_with_comparison (Results 1 – 18 of 18) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 127 static tree fold_cond_expr_with_comparison (location_t, tree, tree, tree, tree); 5736 fold_cond_expr_with_comparison (location_t loc, tree type, in fold_cond_expr_with_comparison() function 12346 tem = fold_cond_expr_with_comparison (loc, type, arg0, op1, op2); in fold_ternary_loc() 12359 tem = fold_cond_expr_with_comparison (loc, type, tem, op2, op1); in fold_ternary_loc()
|
H A D | match.pd | 3342 /* Simplification moved from fold_cond_expr_with_comparison. It may also 3642 with the transformation in fold_cond_expr_with_comparison which
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 138 static tree fold_cond_expr_with_comparison (location_t, tree, enum tree_code, 5820 fold_cond_expr_with_comparison (location_t loc, tree type, in fold_cond_expr_with_comparison() function 12941 tem = fold_cond_expr_with_comparison (loc, type, TREE_CODE (arg0), in fold_ternary_loc() 12958 tem = fold_cond_expr_with_comparison (loc, type, comp_code, in fold_ternary_loc()
|
H A D | match.pd | 4303 /* Simplification moved from fold_cond_expr_with_comparison. It may also 4538 /* abs/negative simplifications moved from fold_cond_expr_with_comparison, 4539 Need to handle (A - B) case as fold_cond_expr_with_comparison does. 4695 with the transformation in fold_cond_expr_with_comparison which
|
H A D | ChangeLog-2016 | 4345 * fold-const.c (fold_cond_expr_with_comparison): Move simplification 4353 * fold-const.c (fold_cond_expr_with_comparison): Move simplification 7044 * fold-const.c (fold_cond_expr_with_comparison): Remove call 15713 (fold_cond_expr_with_comparison): Add FALLTHRU.
|
H A D | ChangeLog-2004 | 13366 * fold-const.c (fold_cond_expr_with_comparison): Handle unordered 14480 range_binop, make_range, fold_cond_expr_with_comparison, 21591 (fold_cond_expr_with_comparison): Remove unnecessary call to 27604 * fold-const.c (fold_cond_expr_with_comparison): Add ARG1 28738 * fold-const.c (fold_cond_expr_with_comparison):
|
H A D | ChangeLog-2009 | 16228 * fold-const.c (fold_cond_expr_with_comparison): When folding 16589 * fold-const.c (fold_cond_expr_with_comparison): Don't replace 26383 * fold-const.c (fold_cond_expr_with_comparison): When folding
|
H A D | ChangeLog-2007 | 13430 * fold-const.c (fold_cond_expr_with_comparison): Convert 18127 (fold_cond_expr_with_comparison): Likewise. 18128 (fold_cond_expr_with_comparison): Likewise.
|
H A D | ChangeLog-2006 | 5657 (fold_cond_expr_with_comparison): Use build_int_cst to construct 11492 * fold-const.c (fold_cond_expr_with_comparison): Check for
|
H A D | ChangeLog-2005 | 381 fold_cond_expr_with_comparison, fold_truthop, 26155 (fold_cond_expr_with_comparison): Preserve lvalue-ness for the 27338 * fold-const.c (fold_cond_expr_with_comparison): Recognize/fold
|
H A D | ChangeLog-2014 | 1232 fold_cond_expr_with_comparison, merge_truthop_with_opposite_arm, 3844 * fold-const.c (fold_cond_expr_with_comparison): Use lang_GNU_CXX. 5544 fold_cond_expr_with_comparison, fold_real_zero_addition_p,
|
H A D | ChangeLog-2021 | 21030 (fold_cond_expr_with_comparison): Likewise. 21980 * fold-const.c (fold_cond_expr_with_comparison):
|
H A D | ChangeLog-2008 | 25623 * fold-const.c (fold_cond_expr_with_comparison): Prevent
|
H A D | ChangeLog-2020 | 18887 * fold-const.c (fold_cond_expr_with_comparison): Optimize
|
H A D | ChangeLog-2010 | 24932 (build_range_check, fold_cond_expr_with_comparison, unextend,
|
H A D | ChangeLog-2013 | 35600 * fold-const.c (fold_cond_expr_with_comparison): Use build_zero_cst.
|
H A D | ChangeLog-2017 | 20569 (fold_cond_expr_with_comparison): Update call to
|
H A D | ChangeLog-2015 | 10040 * fold-const.c (fold_cond_expr_with_comparison): Do not fold
|