Searched defs:type_max (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvalue-range.cc1531 tree type_max = vrp_val_max (TREE_TYPE (val)); local
H A Dtree-scalar-evolution.c3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max; local
H A Dgimple-ssa-sprintf.c1080 HOST_WIDE_INT type_max = tree_to_uhwi (TYPE_MAX_VALUE (argtype)); local
H A Dtree-vrp.c869 wide_int type_max = wi::max_value (prec, sgn); local
H A Dtree-vect-loop.c8270 widest_int type_max = widest_int::from (wi::max_value (type), sgn); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvalue-range.cc1858 wide_int type_max = wi::max_value (prec, sign); local
1938 wide_int type_max = wi::max_value (TYPE_PRECISION (type), TYPE_SIGN (type)); local
2085 tree type_max = vrp_val_max (TREE_TYPE (val)); local
[all...]
H A Dtree-scalar-evolution.cc3032 wide_int base_min, base_max, step_min, step_max, type_min, type_max; local
H A Dtree-vrp.cc688 wide_int type_max = wi::max_value (prec, sgn); local
H A Dtree-vect-loop.cc9166 widest_int type_max = widest_int::from (wi::max_value (type), sgn); local

Completed in 383 milliseconds