Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MaskV

1965         APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
1966 ComputeMaskedBits(Op.getOperand(1), MaskV, KnownZero2, KnownOne2,
1969 // If all of the MaskV bits are known to be zero, then we know the
1972 if ((KnownZero2 & MaskV) == MaskV) {