Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NLZ

57         unsigned NLZ = (CLHS->getValue()+1).countLeadingZeros();
58 // NLZ can't be BitWidth with no sign bit
59 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);