Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NLZ2

1973           unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros();
1975 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask;