Lines Matching defs:LHSZero
43004 APInt LHSUndef, LHSZero;
43008 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO,
43015 KnownZero = LHSZero | RHSZero;
43020 APInt LHSUndef, LHSZero;
43026 if (SimplifyDemandedVectorElts(LHS, DemandedSrcElts, LHSUndef, LHSZero, TLO,
43037 if (SimplifyDemandedVectorElts(LHS, DemandedLHSElts, LHSUndef, LHSZero, TLO,
43040 APInt DemandedRHSElts = DemandedSrcElts & ~LHSZero;
43123 APInt LHSUndef, LHSZero;
43127 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO,
43132 if (DemandedElts.isSubsetOf(LHSZero))
43140 KnownZero = LHSZero;
43145 APInt LHSUndef, LHSZero;
43149 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO,
43273 APInt LHSUndef, LHSZero;
43275 if (SimplifyDemandedVectorElts(LHS, EltsLHS, LHSUndef, LHSZero, TLO,
43317 APInt LHSUndef, LHSZero;
43318 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO,
43354 APInt LHSUndef, LHSZero;
43355 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO,
43411 APInt LHSUndef, LHSZero;
43413 LHSZero, TLO, Depth + 1))
43421 KnownZero = LHSZero & RHSZero;