Lines Matching refs:ZeroLHS
3373 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3375 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3383 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
3415 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3417 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3458 if (ZeroLHS[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()
3550 KnownZero = ZeroLHS & ZeroRHS; in SimplifyDemandedVectorElts()
3572 APInt UndefLHS, ZeroLHS; in SimplifyDemandedVectorElts() local
3573 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO, in SimplifyDemandedVectorElts()
3577 KnownZero = ZeroLHS; in SimplifyDemandedVectorElts()