Searched refs:case_high (Results 1 – 1 of 1) sorted by relevance
1556 tree case_high = case_high_p ? *case_high_p : case_low; in check_case_bounds() local1567 && tree_int_cst_compare (case_high, min_value) < 0) in check_case_bounds()1575 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds()1582 if (tree_int_cst_compare (case_high, min_value) >= 0 in check_case_bounds()1592 && tree_int_cst_compare (case_high, max_value) > 0) in check_case_bounds()1596 case_high = max_value; in check_case_bounds()1601 if (case_high_p && *case_high_p != case_high) in check_case_bounds()1602 *case_high_p = convert (type, case_high); in check_case_bounds()