Lines Matching defs:LHSZero
41893 APInt LHSUndef, LHSZero;
41897 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO,
41904 KnownZero = LHSZero | RHSZero;
41909 APInt LHSUndef, LHSZero;
41915 if (SimplifyDemandedVectorElts(LHS, DemandedSrcElts, LHSUndef, LHSZero, TLO,
41926 if (SimplifyDemandedVectorElts(LHS, DemandedLHSElts, LHSUndef, LHSZero, TLO,
41929 APInt DemandedRHSElts = DemandedSrcElts & ~LHSZero;
42012 APInt LHSUndef, LHSZero;
42016 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO,
42021 if (DemandedElts.isSubsetOf(LHSZero))
42029 KnownZero = LHSZero;
42034 APInt LHSUndef, LHSZero;
42038 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO,
42162 APInt LHSUndef, LHSZero;
42164 if (SimplifyDemandedVectorElts(LHS, EltsLHS, LHSUndef, LHSZero, TLO,
42206 APInt LHSUndef, LHSZero;
42207 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO,
42243 APInt LHSUndef, LHSZero;
42244 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO,
42300 APInt LHSUndef, LHSZero;
42302 LHSZero, TLO, Depth + 1))
42310 KnownZero = LHSZero & RHSZero;