Home
last modified time | relevance | path

Searched refs:fold_unary_to_constant (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/gcc/
HDtree-vrp.c732 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()
HDtree.h4368 extern tree fold_unary_to_constant (enum tree_code, tree, tree);
HDfold-const.c12925 fold_unary_to_constant (enum tree_code code, tree type, tree op0) in fold_unary_to_constant() function
HDChangeLog-200517199 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.
HDChangeLog-20043900 fold_unary_to_constant.
3904 * tree-ssa-ccp.c (ccp_fold): Update calls to fold_unary_to_constant