Lines Matching refs:NoOp0WrapProblem
3863 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
3865 NoOp0WrapProblem = in foldICmpBinOp()
3889 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()
3900 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()
3926 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()
3931 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()
3936 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE && match(B, m_One())) in foldICmpBinOp()
3940 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && match(B, m_One())) in foldICmpBinOp()
3971 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_ULE && match(B, m_One())) in foldICmpBinOp()
3975 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_UGT && match(B, m_One())) in foldICmpBinOp()
3993 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
4034 if (A == Op1 && NoOp0WrapProblem) in foldICmpBinOp()
4057 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
4061 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
4065 if (NoOp0WrapProblem && ICmpInst::isSigned(Pred)) { in foldICmpBinOp()