Lines Matching refs:DemandedLHS
1122 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedBits() local
1131 DemandedLHS.clearAllBits(); in SimplifyDemandedBits()
1137 DemandedLHS.setBit(M); in SimplifyDemandedBits()
1142 if (!!DemandedLHS || !!DemandedRHS) { in SimplifyDemandedBits()
1148 if (!!DemandedLHS) { in SimplifyDemandedBits()
1149 if (SimplifyDemandedBits(Op0, DemandedBits, DemandedLHS, Known2, TLO, in SimplifyDemandedBits()
1163 Op0, DemandedBits, DemandedLHS, TLO.DAG, Depth + 1); in SimplifyDemandedBits()
2700 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local
2704 if (SimplifyDemandedVectorElts(Op.getOperand(1), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()
2719 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local
2727 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts()
2735 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()