Searched refs:fold_unary_to_constant (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-vrp.c732 c1 = fold_unary_to_constant (NEGATE_EXPR, TREE_TYPE (c1), c1);
754 c2 = fold_unary_to_constant (NEGATE_EXPR, TREE_TYPE (c2), c2);
2156 min = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.max);
2177 max = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min);
2196 max = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min);
2197 min = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.max);
2229 min = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min);
2243 max = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.max);
2331 min = fold_unary_to_constant (code, TREE_TYPE (expr), vr0.min);
2332 max = fold_unary_to_constant (cod
[all...]
H A Dtree.h4326 extern tree fold_unary_to_constant (enum tree_code, tree, tree);
H A Dfold-const.c12956 fold_unary_to_constant (enum tree_code code, tree type, tree op0)
12921 fold_unary_to_constant (enum tree_code code, tree type, tree op0) function

Completed in 159 milliseconds