Lines Matching defs:MaskV
59 APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);62 // If all of the MaskV bits are known to be zero, then we know the65 if ((KnownZero2 & MaskV) == MaskV) {