Searched refs:fold_negate_const (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 135 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 D | fold-const.cc | 147 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 D | ChangeLog-2007 | 12174 (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 D | ChangeLog-2004 | 14481 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 D | ChangeLog.tree-ssa | 12518 * 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 D | ChangeLog-2017 | 1860 (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 D | ChangeLog-2010 | 24357 fold_unary_loc, fold_negate_const, fold_abs_const, fold_not_const, 30396 (fold_negate_const): Likewise.
|
H A D | ChangeLog-2009 | 30548 fold_convert_const_fixed_from_real, fold_negate_const): Do not
|
H A D | ChangeLog-2012 | 10103 (fold_negate_const): Likewise.
|
H A D | ChangeLog-2014 | 39891 (fold_negate_const): Use wide-int interfaces.
|