Searched refs:fold_negate_expr (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fold-const.cc | 152 static tree fold_negate_expr (location_t, tree); 575 tree rpart = fold_negate_expr (loc, TREE_REALPART (t)); in fold_negate_expr_1() 576 tree ipart = fold_negate_expr (loc, TREE_IMAGPART (t)); in fold_negate_expr_1() 589 tree elt = fold_negate_expr (loc, VECTOR_CST_ELT (t, i)); in fold_negate_expr_1() 601 fold_negate_expr (loc, TREE_OPERAND (t, 0)), in fold_negate_expr_1() 602 fold_negate_expr (loc, TREE_OPERAND (t, 1))); in fold_negate_expr_1() 608 fold_negate_expr (loc, TREE_OPERAND (t, 0))); in fold_negate_expr_1() 741 fold_negate_expr (location_t loc, tree t) in fold_negate_expr() function 768 tem = fold_negate_expr (loc, t); in negate_expr() 1780 tree tem = fold_negate_expr (UNKNOWN_LOCATION, arg0); in const_unop() [all …]
|
| D | ChangeLog-2007 | 12146 (fold_negate_expr): Support FIXED_CST. 12616 * fold-convert.c (fold_negate_expr <NOP_EXPR>): Convert back to the 18122 * fold-const.c (fold_negate_expr): Use signed_type_for instead of 21007 * fold-const.c (fold_negate_expr): Use unsigned_type_for instead of 29152 (fold_negate_expr): Call fold_overflow_warning. 29957 (fold_negate_expr): Likewise. 30429 * fold-const.c (negate_expr_p, fold_negate_expr): Handle 30705 * fold-const.c (fold_negate_expr): Allow negating a 31071 (fold_negate_expr): Likewise. 31093 * fold-const.c (fold_negate_expr): Use TYPE_OVERFLOW_TRAPS. [all …]
|
| D | ChangeLog-2006 | 5502 (fold_negate_expr) <PLUS_EXPR, MINUS_EXPR>: Likewise. 11373 (fold_negate_expr): Rename from negate_expr. Revert last 11377 (negate_expr): New function, wrap around fold_negate_expr 11380 (fold_unary): Use fold_negate_expr for folding NEGATE_EXPR.
|
| D | ChangeLog-2014 | 1162 * fold-const.c (fold_negate_expr): Add ANY_INTEGRAL_TYPE_P check. 3329 (fold_negate_expr): Remove dead code from the REAL_CST case. 5307 (fold_negate_expr) <case INTEGER_CST>: Fold when overflow 5543 * fold-const.c (negate_expr_p, fold_negate_expr, combine_comparisons, 7889 * fold-const.c (fold_negate_expr): Don't fold INTEGER_CST if 39857 (fold_negate_expr): Likewise. 43179 (fold_negate_expr): Likewise.
|
| D | ChangeLog-2017 | 37579 * fold-const.c (fold_negate_expr_1): Renamed from fold_negate_expr. 37580 (fold_negate_expr): New wrapper.
|
| D | ChangeLog-2013 | 27758 (fold_negate_expr): Likewise. 30581 * fold-const.c (fold_negate_expr): Handle vectors.
|
| D | ChangeLog-2015 | 10186 (fold_negate_expr): Likewise. 10208 (fold_negate_expr): Adjust accordingly.
|
| D | ChangeLog-2021 | 11447 folding transformations from fold-const.c's fold_negate_expr.
|
| D | ChangeLog-2016 | 6562 (fold_negate_expr): Likewise.
|