Home | History | Annotate | Download | only in Analysis

Lines Matching refs:MaskV

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