Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NSW

1441       // If the shift is NSW and we compare to 0, then it is just shifting out
2779 bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap();
2780 if (!NUW && !NSW)
2782 if (!NSW && I.isSigned())