Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InSignBit

1880     APInt InSignBit = APInt::getSignBit(EBits);
1885 InSignBit = InSignBit.zext(BitWidth);
1887 InputDemandedBits |= InSignBit;
1896 if (KnownZero.intersects(InSignBit)) { // Input sign bit known clear
1899 } else if (KnownOne.intersects(InSignBit)) { // Input sign bit known set
1944 APInt InSignBit = APInt::getSignBit(InBits);