Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NSW

2483         bool NSW = BO0->hasNoSignedWrap() && BO1->hasNoSignedWrap();
2484 if (!NUW && !NSW)
2486 if (!NSW && I.isSigned())