Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SignBit

795       APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt);
799 if (KnownZero.intersects(SignBit) || (HighBits & ~NewMask) == HighBits) {
817 if (KnownOne.intersects(SignBit))