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