| /src/external/gpl3/gcc/dist/gcc/ |
| value-range-pretty-print.cc | 80 wide_int type_min = wi::min_value (TYPE_PRECISION (type), TYPE_SIGN (type)); local 85 && bound == type_min
|
| tree-data-ref.cc | 664 wide_int type_min = wi::mask (precision - 1, true, lb.get_precision ()); 665 lb -= type_min; 666 ub -= type_min; 663 wide_int type_min = wi::mask (precision - 1, true, lb.get_precision ()); local
|
| tree-scalar-evolution.cc | 3065 wide_int base_min, base_max, step_min, step_max, type_min, type_max; 3093 type_min = wi::min_value (type); 3098 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) 3125 /* If step can be negative, check that nit*(-step) <= base_min-type_min. */ 3132 base_min - type_min) 3058 wide_int base_min, base_max, step_min, step_max, type_min, type_max; local
|
| value-range.cc | 1012 wrapping range with MAX < MIN covering [MIN, type_max] U [type_min, MAX] 1762 wide_int type_min = wi::min_value (prec, sign); local 1786 if (type_min != orig_range.lower_bound ()) 1788 m_base[nitems++] = type_min;
|
| /src/games/monop/ |
| cards.c | 239 char type_maj, type_min; local 250 type_min = thiscard->actioncode[1]; 256 if (type_min == 'A') { 265 if (type_min == 'A') { 274 switch (type_min) {
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| value-range.cc | 263 wrapping range with MAX < MIN covering [MIN, type_max] U [type_min, MAX] 1857 wide_int type_min = wi::min_value (prec, sign); local 1875 if (type_min != orig_range.lower_bound ()) 1877 m_base[nitems++] = wide_int_to_tree (ttype, type_min); 1929 wide_int type_min = wi::min_value (TYPE_PRECISION (type), TYPE_SIGN (type)); local 1935 && wi::to_wide (bound) == type_min 2088 tree type_min = vrp_val_min (TREE_TYPE (val)); local 2089 return (val == type_min 2090 || (type_min != NULL_TREE 2091 && operand_equal_p (val, type_min, 0))) [all...] |
| tree-data-ref.cc | 660 wide_int type_min = wi::mask (precision - 1, true, lb.get_precision ()); 661 lb -= type_min; 662 ub -= type_min; 659 wide_int type_min = wi::mask (precision - 1, true, lb.get_precision ()); local
|
| tree-scalar-evolution.cc | 3039 wide_int base_min, base_max, step_min, step_max, type_min, type_max; 3065 type_min = wi::min_value (type); 3070 gcc_checking_assert (wi::ge_p (base_min, type_min, sgn) 3097 /* If step can be negative, check that nit*(-step) <= base_min-type_min. */ 3104 base_min - type_min) 3032 wide_int base_min, base_max, step_min, step_max, type_min, type_max; local
|
| tree-vrp.cc | 687 wide_int type_min = wi::min_value (prec, sgn); local 691 min = wide_int_to_tree (type, type_min); 698 max = wide_int_to_tree (type, type_min);
|