Lines Matching defs:ZeroLHS
3460 APInt UndefLHS, ZeroLHS;
3462 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO,
3470 KnownZero = ZeroLHS & ZeroRHS;
3502 APInt UndefLHS, ZeroLHS;
3504 if (SimplifyDemandedVectorElts(LHS, DemandedLHS, UndefLHS, ZeroLHS, TLO,
3545 if (ZeroLHS[M])
3610 APInt UndefLHS, ZeroLHS;
3611 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO,
3636 APInt UndefLHS, ZeroLHS;
3637 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO,
3641 KnownZero = ZeroLHS & ZeroRHS;
3663 APInt UndefLHS, ZeroLHS;
3664 if (SimplifyDemandedVectorElts(Op0, DemandedElts, UndefLHS, ZeroLHS, TLO,
3668 KnownZero = ZeroLHS;