Lines Matching refs:DemandedRHS
571 APInt DemandedRHS(NumElts, 0); in SimplifyDemandedBits() local
580 DemandedRHS.clearAllBits(); in SimplifyDemandedBits()
587 DemandedRHS.setBit(M - NumElts); in SimplifyDemandedBits()
590 if (!!DemandedLHS || !!DemandedRHS) { in SimplifyDemandedBits()
600 if (!!DemandedRHS) { in SimplifyDemandedBits()
601 if (SimplifyDemandedBits(Op.getOperand(1), DemandedBits, DemandedRHS, in SimplifyDemandedBits()
1704 APInt DemandedRHS(DemandedElts); in SimplifyDemandedVectorElts() local
1710 if (SimplifyDemandedVectorElts(Op.getOperand(2), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts()
1723 APInt DemandedRHS(NumElts, 0); in SimplifyDemandedVectorElts() local
1732 DemandedRHS.setBit(M - NumElts); in SimplifyDemandedVectorElts()
1741 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedRHS, UndefRHS, in SimplifyDemandedVectorElts()