HomeSort by: relevance | last modified time | path
    Searched refs:OVF_NONE (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
wide-int.cc 1206 = (sgn == UNSIGNED && carry) ? wi::OVF_OVERFLOW : wi::OVF_NONE;
1221 *overflow = wi::OVF_NONE;
1224 *overflow = wi::OVF_NONE;
1232 *overflow = (x <= o0) ? wi::OVF_OVERFLOW : wi::OVF_NONE;
1234 *overflow = (x < o0) ? wi::OVF_OVERFLOW : wi::OVF_NONE;
1339 *overflow = wi::OVF_NONE;
1383 *overflow = (upper != 0) ? wi::OVF_OVERFLOW : wi::OVF_NONE;
1675 *overflow = (sgn == UNSIGNED && borrow) ? OVF_UNDERFLOW : OVF_NONE;
1690 *overflow = OVF_NONE;
1693 *overflow = OVF_NONE;
    [all...]
range-op.cc 806 wi::overflow_type min_ovf = wi::OVF_NONE,
807 wi::overflow_type max_ovf = wi::OVF_NONE)
825 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE))
840 if ((min_ovf == wi::OVF_UNDERFLOW && max_ovf == wi::OVF_NONE)
841 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE))
1626 ovf1 = ovf2 = wi::OVF_NONE;
2158 wi::overflow_type overflow = wi::OVF_NONE;
2358 wi::overflow_type overflow = wi::OVF_NONE;
3938 wi::overflow_type ov = wi::OVF_NONE;
    [all...]
tree-affine.cc 358 wi::overflow_type overflow = wi::OVF_NONE;
367 if (overflow == wi::OVF_NONE)
wide-int.h 378 OVF_NONE = 0,
2560 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2935 *overflow = OVF_NONE;
2938 *overflow = OVF_NONE;
2943 ? OVF_OVERFLOW : OVF_NONE;
3024 *overflow = OVF_NONE;
3027 *overflow = OVF_NONE;
3032 ? OVF_UNDERFLOW : OVF_NONE;
tree-scalar-evolution.cc 3102 wi::overflow_type overflow = wi::OVF_NONE;
3119 wi::overflow_type overflow = wi::OVF_NONE;
3129 overflow = overflow2 = wi::OVF_NONE;
3343 wi::overflow_type overflow = wi::OVF_NONE;
tree-chrec.cc 487 wi::overflow_type ovf = wi::OVF_NONE;
491 if (ovf != wi::OVF_NONE)
match.pd 627 if (ovf1 == wi::OVF_NONE && ovf2 == wi::OVF_NONE
635 if (ovf1 == wi::OVF_NONE && ovf2 == wi::OVF_NONE)
639 if (ovf1 == wi::OVF_NONE && ovf2 == wi::OVF_NONE)
668 if (ovf1 == wi::OVF_NONE && ovf2 == wi::OVF_NONE
676 if (ovf1 == wi::OVF_NONE && ovf2 == wi::OVF_NONE)
    [all...]
simplify-rtx.cc 5376 else if (overflow != wi::OVF_NONE)
5383 if (overflow != wi::OVF_NONE)
5393 if (overflow != wi::OVF_NONE)
tree-vect-patterns.cc 4748 if (ovf == wi::OVF_NONE)
fold-const.cc 1093 *overflow = wi::OVF_NONE;
1310 wi::overflow_type overflow = wi::OVF_NONE;
16207 wi::overflow_type overflow = wi::OVF_NONE;
expmed.cc 6347 wi::overflow_type overflow = wi::OVF_NONE;
tree-vect-loop.cc 7323 wi::overflow_type overflow = wi::OVF_NONE;
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.cc 1186 = (sgn == UNSIGNED && carry) ? wi::OVF_OVERFLOW : wi::OVF_NONE;
1201 *overflow = wi::OVF_NONE;
1204 *overflow = wi::OVF_NONE;
1212 *overflow = (x <= o0) ? wi::OVF_OVERFLOW : wi::OVF_NONE;
1214 *overflow = (x < o0) ? wi::OVF_OVERFLOW : wi::OVF_NONE;
1334 *overflow = wi::OVF_NONE;
1378 *overflow = (upper != 0) ? wi::OVF_OVERFLOW : wi::OVF_NONE;
1596 *overflow = (sgn == UNSIGNED && borrow) ? OVF_UNDERFLOW : OVF_NONE;
1611 *overflow = OVF_NONE;
1614 *overflow = OVF_NONE;
    [all...]
range-op.cc 344 wi::overflow_type min_ovf = wi::OVF_NONE,
345 wi::overflow_type max_ovf = wi::OVF_NONE)
363 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE))
379 if ((min_ovf == wi::OVF_UNDERFLOW && max_ovf == wi::OVF_NONE)
380 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE))
1258 ovf1 = ovf2 = wi::OVF_NONE;
1661 wi::overflow_type overflow = wi::OVF_NONE;
1779 wi::overflow_type overflow = wi::OVF_NONE;
3299 wi::overflow_type ov = wi::OVF_NONE;
    [all...]
tree-affine.cc 358 wi::overflow_type overflow = wi::OVF_NONE;
367 if (overflow == wi::OVF_NONE)
wide-int.h 359 OVF_NONE = 0,
2165 *overflow = only_sign_bit_p (x) ? OVF_OVERFLOW : OVF_NONE;
2486 *overflow = OVF_NONE;
2489 *overflow = OVF_NONE;
2494 ? OVF_OVERFLOW : OVF_NONE;
2571 *overflow = OVF_NONE;
2574 *overflow = OVF_NONE;
2579 ? OVF_UNDERFLOW : OVF_NONE;
tree-scalar-evolution.cc 3074 wi::overflow_type overflow = wi::OVF_NONE;
3091 wi::overflow_type overflow = wi::OVF_NONE;
3101 overflow = overflow2 = wi::OVF_NONE;
3315 wi::overflow_type overflow = wi::OVF_NONE;
tree-vrp.cc 634 if ((min_ovf != wi::OVF_NONE) == (max_ovf != wi::OVF_NONE))
650 else if ((min_ovf == wi::OVF_UNDERFLOW && max_ovf == wi::OVF_NONE)
651 || (max_ovf == wi::OVF_OVERFLOW && min_ovf == wi::OVF_NONE))
850 wi::overflow_type min_ovf = wi::OVF_NONE;
851 wi::overflow_type max_ovf = wi::OVF_NONE;
match.pd 776 if (min_ovf == wi::OVF_NONE && max_ovf == wi::OVF_NONE)
780 if (min_ovf == wi::OVF_NONE && max_ovf == wi::OVF_NONE)
2747 (if (min_ovf == wi::OVF_NONE && max_ovf == wi::OVF_NONE)
4419 wi::overflow_type overflow = wi::OVF_NONE;
simplify-rtx.cc 5168 else if (overflow != wi::OVF_NONE)
5175 if (overflow != wi::OVF_NONE)
5185 if (overflow != wi::OVF_NONE)
fold-const.cc 997 *overflow = wi::OVF_NONE;
1190 wi::overflow_type overflow = wi::OVF_NONE;
15802 wi::overflow_type overflow = wi::OVF_NONE;
expmed.cc 6330 wi::overflow_type overflow = wi::OVF_NONE;
tree-vect-loop.cc 6419 wi::overflow_type overflow = wi::OVF_NONE;
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 12084 neg2_ovf = wi::OVF_NONE;
12086 overflow |= ((neg1_ovf != wi::OVF_NONE)
12087 | (neg2_ovf != wi::OVF_NONE)
12088 | (add1_ovf != wi::OVF_NONE)
12089 | (add2_ovf != wi::OVF_NONE));
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 12069 neg2_ovf = wi::OVF_NONE;
12071 overflow |= ((neg1_ovf != wi::OVF_NONE)
12072 | (neg2_ovf != wi::OVF_NONE)
12073 | (add1_ovf != wi::OVF_NONE)
12074 | (add2_ovf != wi::OVF_NONE));

Completed in 273 milliseconds

1 2