Searched refs:src_precision (Results 1 – 2 of 2) sorted by relevance
3413 unsigned src_precision; in range_fits_type_p() local3425 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()
40074 src_precision < precision from signed vr to unsigned_p