Searched refs:fold_unary_to_constant (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/gcc/ |
| HD | tree-vrp.c | 732 c1 = fold_unary_to_constant (NEGATE_EXPR, TREE_TYPE (c1), c1); in compare_values_warnv() 754 c2 = fold_unary_to_constant (NEGATE_EXPR, TREE_TYPE (c2), c2); in compare_values_warnv() 2156 min = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.max); in extract_range_from_unary_expr() 2177 max = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min); in extract_range_from_unary_expr() 2196 max = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min); in extract_range_from_unary_expr() 2197 min = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.max); in extract_range_from_unary_expr() 2229 min = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min); in extract_range_from_unary_expr() 2243 max = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.max); in extract_range_from_unary_expr() 2331 min = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min); in extract_range_from_unary_expr() 2332 max = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.max); in extract_range_from_unary_expr()
|
| HD | tree.h | 4368 extern tree fold_unary_to_constant (enum tree_code, tree, tree);
|
| HD | fold-const.c | 12925 fold_unary_to_constant (enum tree_code code, tree type, tree op0) in fold_unary_to_constant() function
|
| HD | ChangeLog-2005 | 17199 fold_unary_to_constant. 23579 (fold_unary_to_constant): Likewise. 23604 (fold_unary_to_constant): Likewise, simplify using fold_unary. 29590 * fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case.
|
| HD | ChangeLog-2004 | 3900 fold_unary_to_constant. 3904 * tree-ssa-ccp.c (ccp_fold): Update calls to fold_unary_to_constant
|