Searched refs:negate_expr (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | fold-const.c | 94 static tree negate_expr (tree); 1203 tree rpart = negate_expr (TREE_REALPART (t)); in fold_negate_expr() 1204 tree ipart = negate_expr (TREE_IMAGPART (t)); in fold_negate_expr() 1225 tem = negate_expr (TREE_OPERAND (t, 1)); in fold_negate_expr() 1233 tem = negate_expr (TREE_OPERAND (t, 0)); in fold_negate_expr() 1260 TREE_OPERAND (t, 0), negate_expr (tem)); in fold_negate_expr() 1264 negate_expr (tem), TREE_OPERAND (t, 1)); in fold_negate_expr() 1290 TREE_OPERAND (t, 0), negate_expr (tem)); in fold_negate_expr() 1300 negate_expr (tem), TREE_OPERAND (t, 1)); in fold_negate_expr() 1311 return negate_expr (tem); in fold_negate_expr() [all …]
|
| H A D | tree.def | 651 DEFTREECODE (NEGATE_EXPR, "negate_expr", tcc_unary, 1)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | fold-const.c | 64 static tree negate_expr PARAMS ((tree)); 840 negate_expr (t) in negate_expr() function 957 *conp = negate_expr (*conp); 959 var = negate_expr (var); 972 *conp = negate_expr (*conp); 973 var = negate_expr (var); 3015 exp = build (MINUS_EXPR, type, negate_expr (arg0), 4211 tcode = PLUS_EXPR, op1 = negate_expr (op1); 5118 negate_expr (TREE_OPERAND (arg0, 1))); 5121 negate_expr (TREE_IMAGPART (arg0))); [all …]
|
| H A D | tree.def | 606 DEFTREECODE (NEGATE_EXPR, "negate_expr", '1', 1)
|
| H A D | ChangeLog.2 | 1941 * fold-const.c (negate_expr, associate_trees, extract_muldiv): New. 1943 (make_range, fold): Call negate_expr.
|
| H A D | ChangeLog.5 | 8841 * fold-const.c (negate_expr): Check
|
| H A D | ChangeLog.6 | 1266 * fold-const.c (negate_expr): Always call fold on new
|