Lines Matching defs:case_low
2530 tree case_low, case_high;
2557 case_low = CASE_LOW (gimple_switch_label (stmt, i));
2559 if (tree_int_cst_compare (case_low, min) < 0)
3769 tree case_label_type = TREE_TYPE (CASE_LOW (min_label));
3777 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) < 0
3780 CASE_LOW (min_label) = vr_min;
3784 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
3797 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) == 0
3800 CASE_LOW (min_label)
3805 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) < 0
3815 if (tree_int_cst_compare (CASE_LOW (min_label), vr_min) < 0
3823 if (tree_int_cst_compare (CASE_LOW (max_label), vr_max) <= 0
3826 CASE_LOW (max_label)
3832 if (tree_int_cst_equal (CASE_LOW (min_label), CASE_HIGH (min_label)))
3834 if (tree_int_cst_equal (CASE_LOW (max_label), CASE_HIGH (max_label)))
3927 CASE_LOW (label) = NULL_TREE;