Lines Matching full:signbit
656 APInt SignBit(APInt::getSignBit(BitWidth));658 SignBit = APIntOps::lshr(SignBit, ShiftAmt);669 } else if ((KnownOne & SignBit) != 0) { // New bits are known one.