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