Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NUW

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