Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:MaskV

2747         APInt MaskV = APInt::getHighBitsSet(BitWidth, NLZ+1);
2751 // If all of the MaskV bits are known to be zero, then we know the
2754 if ((Known2.Zero & MaskV) == MaskV) {