Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDfold-const.c140 static tree fold_negate_const (tree, tree);
1188 tem = fold_negate_const (t, type); in fold_negate_expr()
1195 tem = fold_negate_const (t, type); in fold_negate_expr()
6352 lo = fold_negate_const (tmp, TREE_TYPE (arg0)); in fold_div_compare()
6379 hi = fold_negate_const (tmp, TREE_TYPE (arg0)); in fold_div_compare()
8737 tem = fold_negate_const (arg1, type); in fold_binary()
12988 fold_negate_const (tree arg0, tree type) in fold_negate_const() function
HDChangeLog-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.
HDChangeLog.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,