Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dexpr.c7712 tree set_high_bound = TYPE_MAX_VALUE (TYPE_DOMAIN (set_type)); local
7715 rtx hi_r = expand_expr (set_high_bound, 0, VOIDmode, 0);
7724 if (((TREE_CODE (set_high_bound) == INTEGER_CST
7726 && tree_int_cst_lt (set_high_bound, set_low_bound))
7730 || (TREE_CODE (set_high_bound) == INTEGER_CST
7732 && tree_int_cst_lt (set_high_bound, index))))