Searched refs:NLZ2 (Results 1 – 5 of 5) sorted by relevance
396 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); in ComputeMaskedBits() local398 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask; in ComputeMaskedBits()
255 unsigned NLZ2 = CLHS->getValue().countLeadingZeros(); in computeKnownBitsAddSub() local257 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2); in computeKnownBitsAddSub()
1973 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in ComputeMaskedBits() local1975 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2) & Mask; in ComputeMaskedBits()
2349 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in computeKnownBits() local2351 KnownZero = APInt::getHighBitsSet(BitWidth, NLZ2); in computeKnownBits()
2755 unsigned NLZ2 = CLHS->getAPIntValue().countLeadingZeros(); in computeKnownBits() local2757 Known.Zero.setHighBits(NLZ2); in computeKnownBits()