Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NLZ2

396           unsigned NLZ2 = CLHS->getValue().countLeadingZeros();
398 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask;