Searched refs:NLZ2 (Results 1 – 2 of 2) sorted by relevance
396 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); in ComputeMaskedBits() local398 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask; in ComputeMaskedBits()
1950 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in ComputeMaskedBits() local1952 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask; in ComputeMaskedBits()