Home | History | Annotate | Download | only in Analysis

Lines Matching defs:MaskV

248         APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
251 // If all of the MaskV bits are known to be zero, then we know the
254 if ((KnownZero2 & MaskV) == MaskV) {