Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:InputDemandedBits

1826     APInt InputDemandedBits = Mask & APInt::getLowBitsSet(BitWidth, EBits);
1832 InputDemandedBits |= InSignBit;
1834 ComputeMaskedBits(Op.getOperand(0), InputDemandedBits,