Lines Matching refs:DemandedLHS
1329 APInt DemandedLHS, DemandedRHS; in SimplifyDemandedBits() local
1330 if (!getShuffleDemandedElts(NumElts, ShuffleMask, DemandedElts, DemandedLHS, in SimplifyDemandedBits()
1334 if (!!DemandedLHS || !!DemandedRHS) { in SimplifyDemandedBits()
1340 if (!!DemandedLHS) { in SimplifyDemandedBits()
1341 if (SimplifyDemandedBits(Op0, DemandedBits, DemandedLHS, Known2, TLO, in SimplifyDemandedBits()
1355 Op0, DemandedBits, DemandedLHS, TLO.DAG, Depth + 1); in SimplifyDemandedBits()
3371 APInt DemandedLHS(DemandedElts); in SimplifyDemandedVectorElts() local
3375 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3401 APInt DemandedLHS(NumElts, 0); in SimplifyDemandedVectorElts() local
3409 DemandedLHS.setBit(M); in SimplifyDemandedVectorElts()
3417 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()