Searched refs:low_minus_one (Results 1 – 2 of 2) sorted by relevance
2708 tree low_minus_one; in node_has_low_bound() local2724 low_minus_one = fold_build2 (MINUS_EXPR, TREE_TYPE (node->low), in node_has_low_bound()2731 if (! tree_int_cst_lt (low_minus_one, node->low)) in node_has_low_bound()2735 if (tree_int_cst_equal (low_minus_one, pnode->high)) in node_has_low_bound()
2750 tree low_minus_one; in node_has_low_bound() local2766 low_minus_one = fold_build2 (MINUS_EXPR, TREE_TYPE (node->low), node->low, in node_has_low_bound()2772 if (!tree_int_cst_lt (low_minus_one, node->low)) in node_has_low_bound()2776 if (tree_int_cst_equal (low_minus_one, pnode->high)) in node_has_low_bound()