Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InputDemandedBits

454     APInt InputDemandedBits = DemandedMask &
461 InputDemandedBits.setBit(SrcBitWidth-1);
463 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
466 if (SimplifyDemandedBits(I->getOperandUse(0), InputDemandedBits,
469 InputDemandedBits = InputDemandedBits.zext(BitWidth);