Lines Matching refs:NoOp0WrapProblem
4965 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
4990 NoOp0WrapProblem = hasNoWrapProblem(*BO0, Pred, Op0HasNSW, Op0HasNUW); in foldICmpBinOp()
4999 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()
5010 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()
5036 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()
5041 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()
5046 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE && match(B, m_One())) in foldICmpBinOp()
5050 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && match(B, m_One())) in foldICmpBinOp()
5081 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_ULE && match(B, m_One())) in foldICmpBinOp()
5085 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_UGT && match(B, m_One())) in foldICmpBinOp()
5103 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
5152 if (A == Op1 && NoOp0WrapProblem) in foldICmpBinOp()
5175 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
5179 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
5183 if (NoOp0WrapProblem && ICmpInst::isSigned(Pred)) { in foldICmpBinOp()