Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:NUW

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