Home | History | Annotate | Download | only in Analysis

Lines Matching defs:NSW

2152       bool NSW = LBO->hasNoSignedWrap() && RBO->hasNoSignedWrap();
2153 if (!NUW && !NSW)
2155 if (!NSW && ICmpInst::isSigned(Pred))