Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NLZ

2239         unsigned NLZ = (CLHS->getAPIntValue()+1).countLeadingZeros();
2240 // NLZ can't be BitWidth with no sign bit
2241 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);