Searched refs:src_precision (Results 1 – 3 of 3) sorted by relevance
3509 unsigned src_precision; in range_fits_type_p() local3521 src_precision = TYPE_PRECISION (vr->type ()); in range_fits_type_p()3523 if ((src_precision < dest_precision in range_fits_type_p()3525 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
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