Searched refs:NLZ2 (Results 1 – 2 of 2) sorted by relevance
249 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); in computeKnownBitsAddSub() local251 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2); in computeKnownBitsAddSub()
2375 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in computeKnownBits() local2377 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2); in computeKnownBits()