Home | History | Annotate | Download | only in Analysis

Lines Matching defs:NUW

2366       bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap();
2368 if (!NUW && !NSW)