Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree.cc8041 tree type_low_bound, type_high_bound; in int_fits_type_p() local
8052 type_high_bound = TYPE_MAX_VALUE (type); in int_fits_type_p()
8075 if (type_high_bound && TREE_CODE (type_high_bound) == INTEGER_CST) in int_fits_type_p()
8077 if (tree_int_cst_lt (type_high_bound, c)) in int_fits_type_p()