Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InMask

2222     APInt InMask = APInt::getLowBitsSet(BitWidth, VT.getSizeInBits());
2224 KnownZero |= (~InMask);