Home | History | Annotate | Download | only in Analysis

Lines Matching refs:MaskV

388         APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
389 ComputeMaskedBits(I->getOperand(1), MaskV, KnownZero2, KnownOne2,
392 // If all of the MaskV bits are known to be zero, then we know the
395 if ((KnownZero2 & MaskV) == MaskV) {