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