Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dstmt.c2862 tree high_plus_one; in node_has_high_bound() local
2883 high_plus_one = fold_build2 (PLUS_EXPR, TREE_TYPE (node->high), in node_has_high_bound()
2890 if (! tree_int_cst_lt (node->high, high_plus_one)) in node_has_high_bound()
2894 if (tree_int_cst_equal (high_plus_one, pnode->low)) in node_has_high_bound()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dstmt.c5920 tree high_plus_one; local
5941 high_plus_one = fold (build (PLUS_EXPR, TREE_TYPE (node->high),
5947 if (! tree_int_cst_lt (node->high, high_plus_one))
5951 if (tree_int_cst_equal (high_plus_one, pnode->low))