Searched defs:type_max (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | value-range.cc | 1858 wide_int type_max = wi::max_value (prec, sign); in invert() local 1938 wide_int type_max = wi::max_value (TYPE_PRECISION (type), TYPE_SIGN (type)); in dump_bound_with_infinite_markers() local 2085 tree type_max = vrp_val_max (TREE_TYPE (val)); in vrp_val_is_max() local
|
H A D | tree-scalar-evolution.cc | 3032 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
|
H A D | gimple-ssa-sprintf.cc | 1090 HOST_WIDE_INT type_max = tree_to_uhwi (TYPE_MAX_VALUE (argtype)); in get_int_range() local
|
H A D | tree-vrp.cc | 688 wide_int type_max = wi::max_value (prec, sgn); in set_value_range_with_overflow() local
|
H A D | tree-parloops.cc | 2581 widest_int type_max = wi::to_widest (TYPE_MAX_VALUE (nit_type)); in try_transform_to_exit_first_loop_alt() local
|
H A D | tree-vect-loop.cc | 9167 widest_int type_max = widest_int::from (wi::max_value (type), sgn); in loop_niters_no_overflow() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | value-range.cc | 1531 tree type_max = vrp_val_max (TREE_TYPE (val)); in vrp_val_is_max() local
|
H A D | tree-scalar-evolution.c | 3040 wide_int base_min, base_max, step_min, step_max, type_min, type_max; in iv_can_overflow_p() local
|
H A D | gimple-ssa-sprintf.c | 1080 HOST_WIDE_INT type_max = tree_to_uhwi (TYPE_MAX_VALUE (argtype)); in get_int_range() local
|
H A D | tree-parloops.c | 2581 widest_int type_max = wi::to_widest (TYPE_MAX_VALUE (nit_type)); in try_transform_to_exit_first_loop_alt() local
|
H A D | tree-vrp.c | 869 wide_int type_max = wi::max_value (prec, sgn); in set_value_range_with_overflow() local
|
H A D | tree-vect-loop.c | 8270 widest_int type_max = widest_int::from (wi::max_value (type), sgn); in loop_niters_no_overflow() local
|