Lines Matching defs:DemandedLHS
1383 APInt DemandedLHS, DemandedRHS;
1384 if (!getShuffleDemandedElts(NumElts, ShuffleMask, DemandedElts, DemandedLHS,
1388 if (!!DemandedLHS || !!DemandedRHS) {
1394 if (!!DemandedLHS) {
1395 if (SimplifyDemandedBits(Op0, DemandedBits, DemandedLHS, Known2, TLO,
1409 Op0, DemandedBits, DemandedLHS, TLO.DAG, Depth + 1);
3458 APInt DemandedLHS(DemandedElts);
3462 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO,
3488 APInt DemandedLHS(NumElts, 0);
3496 DemandedLHS.setBit(M);
3504 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO,