Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDstmt.c2754 tree high_plus_one; in node_has_high_bound() local
2775 high_plus_one = fold_build2 (PLUS_EXPR, TREE_TYPE (node->high), in node_has_high_bound()
2782 if (! tree_int_cst_lt (node->high, high_plus_one)) in node_has_high_bound()
2786 if (tree_int_cst_equal (high_plus_one, pnode->low)) in node_has_high_bound()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-switch-conversion.c2795 tree high_plus_one; in node_has_high_bound() local
2816 high_plus_one = fold_build2 (PLUS_EXPR, TREE_TYPE (node->high), node->high, in node_has_high_bound()
2822 if (!tree_int_cst_lt (node->high, high_plus_one)) in node_has_high_bound()
2826 if (tree_int_cst_equal (high_plus_one, pnode->low)) in node_has_high_bound()