Home | History | Annotate | Download | only in Analysis

Lines Matching defs:NUW

1891       bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap();
1893 if (!NUW && !NSW)