Home
last modified time | relevance | path

Searched refs:fold_negate_const (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c135 static tree fold_negate_const (tree, tree);
546 tem = fold_negate_const (t, type); in fold_negate_expr_1()
558 tem = fold_negate_const (t, type); in fold_negate_expr_1()
1790 tree ipart = fold_negate_const (TREE_IMAGPART (arg0), in const_unop()
7208 *lo = fold_negate_const (tmp, type); in fold_div_compare()
7235 *hi = fold_negate_const (tmp, type); in fold_div_compare()
14759 fold_negate_const (tree arg0, tree type) in fold_negate_const() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc147 static tree fold_negate_const (tree, tree);
558 tem = fold_negate_const (t, type); in fold_negate_expr_1()
570 tem = fold_negate_const (t, type); in fold_negate_expr_1()
1795 tree ipart = fold_negate_const (TREE_IMAGPART (arg0), in const_unop()
7305 *lo = fold_negate_const (tmp, type); in fold_div_compare()
7332 *hi = fold_negate_const (tmp, type); in fold_div_compare()
15714 fold_negate_const (tree arg0, tree type) in fold_negate_const() function
H A DChangeLog-200712174 (fold_negate_const): Support FIXED_CST.
32640 fold_sign_changed_comparison, fold_unary, fold_negate_const,
33040 fold_negate_const, fold_abs_const, fold_not_const): Likewise.
33260 (fold_negate_const): Likewise.
H A DChangeLog-200414481 fold_div_compare, fold, fold_checksum_tree, fold_negate_const,
16954 fold_negate_const, fold_abs_const, fold_not_const, round_up,
19063 fold_negate_const, fold_abs_const, fold_not_const): Likewise.
20377 fold_negate_const, fold_abs_const, fold_not_const): Adjust.
37867 (fold_negate_const): ... here.
H A DChangeLog.tree-ssa12518 * fold-const.c (fold_negate_const): New function. Broken out of
12523 (fold): Use fold_negate_const, fold_abs_const, fold_relational_const,
H A DChangeLog-20171860 (fold_convert_const, multiple_of_p, fold_negate_const): Handle
12386 (fold_ternary_loc, multiple_of_p, fold_negate_const, fold_abs_const)
22956 * fold-const.c (fold_negate_const): TREE_OVERFLOW should be
H A DChangeLog-201024357 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const,
30396 (fold_negate_const): Likewise.
H A DChangeLog-200930548 fold_convert_const_fixed_from_real, fold_negate_const): Do not
H A DChangeLog-201210103 (fold_negate_const): Likewise.
H A DChangeLog-201439891 (fold_negate_const): Use wide-int interfaces.