Lines Matching refs:RHSZero
40914 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
40920 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
40924 KnownZero = LHSZero | RHSZero; in SimplifyDemandedVectorEltsForTargetNode()
40929 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
40937 if (SimplifyDemandedVectorElts(RHS, DemandedSrcElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
40944 APInt DemandedLHSElts = DemandedSrcElts & ~RHSZero; in SimplifyDemandedVectorEltsForTargetNode()
40949 if (SimplifyDemandedVectorElts(RHS, DemandedRHSElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41032 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41044 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41166 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41170 if (SimplifyDemandedVectorElts(RHS, DemandRHS.second, RHSUndef, RHSZero, in SimplifyDemandedVectorEltsForTargetNode()
41211 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41212 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41248 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41249 if (SimplifyDemandedVectorElts(N1, DemandedRHS, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
41297 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
41299 RHSZero, TLO, Depth + 1)) in SimplifyDemandedVectorEltsForTargetNode()
41302 KnownZero = LHSZero & RHSZero; in SimplifyDemandedVectorEltsForTargetNode()