Lines Matching refs:RHSUndef

40914     APInt RHSUndef, RHSZero;  in SimplifyDemandedVectorEltsForTargetNode()  local
40920 if (SimplifyDemandedVectorElts(RHS, DemandedElts, RHSUndef, RHSZero, TLO, in SimplifyDemandedVectorEltsForTargetNode()
40929 APInt RHSUndef, RHSZero; in SimplifyDemandedVectorEltsForTargetNode() local
40937 if (SimplifyDemandedVectorElts(RHS, DemandedSrcElts, RHSUndef, RHSZero, TLO, 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
41298 if (SimplifyDemandedVectorElts(Op.getOperand(2), DemandedElts, RHSUndef, in SimplifyDemandedVectorEltsForTargetNode()
41303 KnownUndef = LHSUndef & RHSUndef; in SimplifyDemandedVectorEltsForTargetNode()