Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dtree.c5656 tree type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p() local
5672 if (type_low_bound && TREE_CODE (type_low_bound) == INTEGER_CST) in int_fits_type_p()
5674 if (tree_int_cst_lt (c, type_low_bound)) in int_fits_type_p()