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