Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dvr-values.cc3413 unsigned src_precision; in range_fits_type_p() local
3425 src_precision = TYPE_PRECISION (vr->type ()); in range_fits_type_p()
3427 if ((src_precision < dest_precision in range_fits_type_p()
3429 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
DChangeLog-201340074 src_precision < precision from signed vr to unsigned_p