Home
last modified time | relevance | path

Searched refs:negative_overflow_infinity (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-vrp.c145 negative_overflow_infinity (tree type) in negative_overflow_infinity() function
1419 max = negative_overflow_infinity (TREE_TYPE (var_vr->min)); in extract_range_from_assert()
1589 ? negative_overflow_infinity (TREE_TYPE (res)) in vrp_int_const_binop()
2152 min = negative_overflow_infinity (TREE_TYPE (expr)); in extract_range_from_unary_expr()
2173 max = negative_overflow_infinity (TREE_TYPE (expr)); in extract_range_from_unary_expr()
2282 min = negative_overflow_infinity (TREE_TYPE (expr)); in extract_range_from_unary_expr()
2356 : negative_overflow_infinity (TREE_TYPE (min))); in extract_range_from_unary_expr()
2371 : negative_overflow_infinity (TREE_TYPE (max))); in extract_range_from_unary_expr()
4864 negative_overflow_infinity (TREE_TYPE (vr_result.min)); in vrp_visit_phi_node()
H A DChangeLog1095 (negative_overflow_infinity): New static function.