Lines Matching refs:DemandedLHS
1292 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedBits() local
1301 DemandedLHS.clearAllBits(); in SimplifyDemandedBits()
1307 DemandedLHS.setBit(M); in SimplifyDemandedBits()
1312 if (!!DemandedLHS || !!DemandedRHS) { in SimplifyDemandedBits()
1318 if (!!DemandedLHS) { in SimplifyDemandedBits()
1319 if (SimplifyDemandedBits(Op0, DemandedBits, DemandedLHS, Known2, TLO, in SimplifyDemandedBits()
1333 Op0, DemandedBits, DemandedLHS, TLO.DAG, Depth + 1); in SimplifyDemandedBits()
3154 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local
3158 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3182 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local
3190 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts()
3198 if (SimplifyDemandedVectorElts(Op.getOperand(0), DemandedLHS, UndefLHS, in SimplifyDemandedVectorElts()