Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:InputDemandedBits

2217     APInt InputDemandedBits = APInt::getLowBitsSet(BitWidth, EBits);
2223 InputDemandedBits |= InSignBit;
2226 KnownOne &= InputDemandedBits;
2227 KnownZero &= InputDemandedBits;