Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:MaskV

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