Lines Matching refs:LHSZero
40913 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
40917 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
40924 KnownZero = LHSZero | RHSZero; in SimplifyDemandedVectorEltsForTargetNode()
40928 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
40934 if (SimplifyDemandedVectorElts(LHS, DemandedSrcElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
40945 if (SimplifyDemandedVectorElts(LHS, DemandedLHSElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
40948 APInt DemandedRHSElts = DemandedSrcElts & ~LHSZero; in SimplifyDemandedVectorEltsForTargetNode()
41031 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41035 if (SimplifyDemandedVectorElts(LHS, DemandedElts, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41040 if (DemandedElts.isSubsetOf(LHSZero)) in SimplifyDemandedVectorEltsForTargetNode()
41048 KnownZero = LHSZero; in SimplifyDemandedVectorEltsForTargetNode()
41165 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41167 if (SimplifyDemandedVectorElts(LHS, DemandLHS.second, LHSUndef, LHSZero, in SimplifyDemandedVectorEltsForTargetNode()
41207 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41208 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41244 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41245 if (SimplifyDemandedVectorElts(N0, DemandedLHS, LHSUndef, LHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41292 APInt LHSUndef, LHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41294 LHSZero, TLO, Depth + 1)) in SimplifyDemandedVectorEltsForTargetNode()
41302 KnownZero = LHSZero & RHSZero; in SimplifyDemandedVectorEltsForTargetNode()