Lines Matching refs:SignBit
697 APInt SignBit(APInt::getSignBit(BitWidth));699 SignBit = APIntOps::lshr(SignBit, ShiftAmt);710 } else if ((KnownOne & SignBit) != 0) { // New bits are known one.