Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SignBit

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