Lines Matching refs:DemandedLHS
570 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedBits() local
579 DemandedLHS.clearAllBits(); in SimplifyDemandedBits()
585 DemandedLHS.setBit(M); in SimplifyDemandedBits()
590 if (!!DemandedLHS || !!DemandedRHS) { in SimplifyDemandedBits()
593 if (!!DemandedLHS) { in SimplifyDemandedBits()
594 if (SimplifyDemandedBits(Op.getOperand(0), DemandedBits, DemandedLHS, in SimplifyDemandedBits()
1703 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local
1707 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
1722 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local
1730 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts()
1738 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()