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