Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:InputDemandedBits

444     APInt InputDemandedBits = DemandedMask & 
451 InputDemandedBits.setBit(SrcBitWidth-1);
453 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
456 if (SimplifyDemandedBits(I->getOperandUse(0), InputDemandedBits,
459 InputDemandedBits = InputDemandedBits.zext(BitWidth);