Searched refs:dest_precision (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vr-values.h | 182 unsigned dest_precision, signop dest_sgn);
|
H A D | vr-values.cc | 3410 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument 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() 3447 tem = wi::ext (wi::to_widest (vr->min ()), dest_precision, dest_sgn); in range_fits_type_p() 3450 tem = wi::ext (wi::to_widest (vr->max ()), dest_precision, dest_sgn); in range_fits_type_p()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vr-values.c | 3506 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument 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() 3543 tem = wi::ext (wi::to_widest (vr->min ()), dest_precision, dest_sgn); in range_fits_type_p() 3546 tem = wi::ext (wi::to_widest (vr->max ()), dest_precision, dest_sgn); in range_fits_type_p()
|