Lines Matching refs:DemandedLHS
1350 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBits() local
1351 if (!getShuffleDemandedElts(NumElts, ShuffleMask, DemandedElts, DemandedLHS, in SimplifyDemandedBits()
1355 if (!!DemandedLHS || !!DemandedRHS) { in SimplifyDemandedBits()
1361 if (!!DemandedLHS) { in SimplifyDemandedBits()
1362 if (SimplifyDemandedBits(Op0, DemandedBits, DemandedLHS, Known2, TLO, in SimplifyDemandedBits()
1376 Op0, DemandedBits, DemandedLHS, TLO.DAG, Depth + 1); in SimplifyDemandedBits()
3423 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local
3427 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3453 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local
3461 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts()
3469 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()