Home
last modified time | relevance | path

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

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dvr-values.h174 unsigned dest_precision, signop dest_sgn);
H A Dvr-values.c3397 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3415 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3416 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3427 if (src_sgn != dest_sgn in range_fits_type_p()
3434 tem = wi::ext (wi::to_widest (vr->min ()), dest_precision, dest_sgn); in range_fits_type_p()
3437 tem = wi::ext (wi::to_widest (vr->max ()), dest_precision, dest_sgn); in range_fits_type_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dvr-values.h174 unsigned dest_precision, signop dest_sgn);
H A Dvr-values.c3397 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3415 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3416 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3427 if (src_sgn != dest_sgn in range_fits_type_p()
3434 tem = wi::ext (wi::to_widest (vr->min ()), dest_precision, dest_sgn); in range_fits_type_p()
3437 tem = wi::ext (wi::to_widest (vr->max ()), dest_precision, dest_sgn); in range_fits_type_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dvr-values.h174 unsigned dest_precision, signop dest_sgn);
H A Dvr-values.c3397 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3415 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3416 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3427 if (src_sgn != dest_sgn in range_fits_type_p()
3434 tem = wi::ext (wi::to_widest (vr->min ()), dest_precision, dest_sgn); in range_fits_type_p()
3437 tem = wi::ext (wi::to_widest (vr->max ()), dest_precision, dest_sgn); in range_fits_type_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dvr-values.h182 unsigned dest_precision, signop dest_sgn);
H A Dvr-values.c3410 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3428 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3429 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3440 if (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()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dvr-values.c3423 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3441 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3442 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3455 if (src_sgn != dest_sgn in range_fits_type_p()
3462 tem = wi::ext (wi::to_widest (vr->min), dest_precision, dest_sgn); in range_fits_type_p()
3465 tem = wi::ext (wi::to_widest (vr->max), dest_precision, dest_sgn); in range_fits_type_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dvr-values.c3506 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3524 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3525 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3536 if (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()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c3423 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3441 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3442 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3455 if (src_sgn != dest_sgn in range_fits_type_p()
3462 tem = wi::ext (wi::to_widest (vr->min), dest_precision, dest_sgn); in range_fits_type_p()
3465 tem = wi::ext (wi::to_widest (vr->max), dest_precision, dest_sgn); in range_fits_type_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c3423 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3441 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3442 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3455 if (src_sgn != dest_sgn in range_fits_type_p()
3462 tem = wi::ext (wi::to_widest (vr->min), dest_precision, dest_sgn); in range_fits_type_p()
3465 tem = wi::ext (wi::to_widest (vr->max), dest_precision, dest_sgn); in range_fits_type_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dvr-values.c3506 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3524 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3525 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3536 if (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()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dvr-values.c3445 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3463 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3464 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3475 if (src_sgn != dest_sgn in range_fits_type_p()
3482 tem = wi::ext (wi::to_widest (vr->min ()), dest_precision, dest_sgn); in range_fits_type_p()
3485 tem = wi::ext (wi::to_widest (vr->max ()), dest_precision, dest_sgn); in range_fits_type_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c3423 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3441 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3442 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3455 if (src_sgn != dest_sgn in range_fits_type_p()
3462 tem = wi::ext (wi::to_widest (vr->min), dest_precision, dest_sgn); in range_fits_type_p()
3465 tem = wi::ext (wi::to_widest (vr->max), dest_precision, dest_sgn); in range_fits_type_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dvr-values.c3423 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3441 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3442 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3455 if (src_sgn != dest_sgn in range_fits_type_p()
3462 tem = wi::ext (wi::to_widest (vr->min), dest_precision, dest_sgn); in range_fits_type_p()
3465 tem = wi::ext (wi::to_widest (vr->max), dest_precision, dest_sgn); in range_fits_type_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dvr-values.c3418 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3436 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3437 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3450 if (src_sgn != dest_sgn in range_fits_type_p()
3457 tem = wi::ext (wi::to_widest (vr->min), dest_precision, dest_sgn); in range_fits_type_p()
3460 tem = wi::ext (wi::to_widest (vr->max), dest_precision, dest_sgn); in range_fits_type_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dvr-values.c3506 unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3524 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3525 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3536 if (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()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dvr-values.c3445 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3463 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3464 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3475 if (src_sgn != dest_sgn in range_fits_type_p()
3482 tem = wi::ext (wi::to_widest (vr->min ()), dest_precision, dest_sgn); in range_fits_type_p()
3485 tem = wi::ext (wi::to_widest (vr->max ()), dest_precision, dest_sgn); in range_fits_type_p()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dvr-values.c3445 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
3463 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
3464 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
3475 if (src_sgn != dest_sgn in range_fits_type_p()
3482 tem = wi::ext (wi::to_widest (vr->min ()), dest_precision, dest_sgn); in range_fits_type_p()
3485 tem = wi::ext (wi::to_widest (vr->max ()), dest_precision, dest_sgn); in range_fits_type_p()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vrp.c9397 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
9415 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
9416 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
9429 if (src_sgn != dest_sgn in range_fits_type_p()
9435 tem = wi::ext (wi::to_widest (vr->min), dest_precision, dest_sgn); in range_fits_type_p()
9438 tem = wi::ext (wi::to_widest (vr->max), dest_precision, dest_sgn); in range_fits_type_p()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vrp.c9397 range_fits_type_p (value_range *vr, unsigned dest_precision, signop dest_sgn) in range_fits_type_p() argument
9415 && !(dest_sgn == UNSIGNED && src_sgn == SIGNED)) in range_fits_type_p()
9416 || (src_precision == dest_precision && src_sgn == dest_sgn)) in range_fits_type_p()
9429 if (src_sgn != dest_sgn in range_fits_type_p()
9435 tem = wi::ext (wi::to_widest (vr->min), dest_precision, dest_sgn); in range_fits_type_p()
9438 tem = wi::ext (wi::to_widest (vr->max), dest_precision, dest_sgn); in range_fits_type_p()