Lines Matching refs:UndefLHS
3373 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3375 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3382 KnownUndef = UndefLHS & UndefRHS; in SimplifyDemandedVectorElts()
3415 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3417 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3432 if (!DemandedElts[i] || (M < (int)NumElts && UndefLHS[M]) || in SimplifyDemandedVectorElts()
3456 if (UndefLHS[M]) in SimplifyDemandedVectorElts()
3523 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3524 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3545 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3546 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3551 KnownUndef = getKnownUndefForVectorBinop(Op, TLO.DAG, UndefLHS, UndefRHS); in SimplifyDemandedVectorElts()
3572 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3573 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3578 KnownUndef = UndefLHS & UndefRHS; // TODO: use getKnownUndefForVectorBinop? in SimplifyDemandedVectorElts()