Home
last modified time | relevance | path

Searched refs:negate_expr (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dfold-const.c94 static tree negate_expr (tree);
1311 return negate_expr (tem); in fold_negate_expr()
1360 negate_expr (tree t) in negate_expr() function
1449 *conp = negate_expr (*conp); in split_tree()
1451 var = negate_expr (var); in split_tree()
1464 *conp = negate_expr (*conp); in split_tree()
1465 var = negate_expr (var); in split_tree()
9836 negate_expr (arg1)); in fold_binary()
9839 negate_expr (arg0), in fold_binary()
10094 negate_expr (arg1)); in fold_binary()
[all …]
H A Dtree.def656 DEFTREECODE (NEGATE_EXPR, "negate_expr", tcc_unary, 1)
H A DChangeLog-20064289 (fold_negate_expr): Rename from negate_expr. Revert last
4293 (negate_expr): New function, wrap around fold_negate_expr
4600 (negate_expr): Likewise.
H A DChangeLog-200432291 * fold-const.c (negate_expr, associate_trees, size_binop,
35323 * fold-const.c (fold): Prefer fold_convert (negate_expr (...)) to
37865 * fold-const.c (negate_expr): Move the handling of constants
38312 * fold-const.c (negate_expr, operand_equal_for_comparison_p,
38572 (negate_expr) <RSHIFT_EXPR>: Implement the above transformations.
42393 negate_expr back to the original type.
42653 (negate_expr, associate_trees, size_diffop, omit_one_operand,
42701 * fold-const.c (negate_expr_p, negate_expr): Optimize -(A+B) into
H A DChangeLog-20035821 (negate_expr): Move the code to negate integers from "fold" to
5830 to negate_expr_p/negate_expr.
11182 (negate_expr): Make the logic to negate a REAL_CST explicit.
11859 logic in negate_expr, i.e. we don't invert (A-B) for floating
H A DChangeLog-19991941 * fold-const.c (negate_expr, associate_trees, extract_muldiv): New.
1943 (make_range, fold): Call negate_expr.
H A DChangeLog-20053196 * fold-const.c (negate_expr) <case BIT_NOT_EXPR>: Add break after
3203 (negate_expr): Here.
3337 (negate_expr): Likewise.
H A DChangeLog-20011266 * fold-const.c (negate_expr): Always call fold on new
28048 * fold-const.c (negate_expr): Check