Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NUW

1451       // If the shift is NUW, then it is just shifting out zeros, no need for an
3097 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap();
3099 if (!NUW && !NSW)