Searched refs:type_low_bound (Results 1 – 1 of 1) sorted by relevance
5656 tree type_low_bound = TYPE_MIN_VALUE (type); in int_fits_type_p() local5672 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()