Lines Matching refs:NoOp1WrapProblem
3863 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
3870 NoOp1WrapProblem = in foldICmpBinOp()
3895 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in foldICmpBinOp()
3901 NoOp1WrapProblem) { in foldICmpBinOp()
3944 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in foldICmpBinOp()
3949 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in foldICmpBinOp()
3954 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && match(D, m_One())) in foldICmpBinOp()
3958 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLT && match(D, m_One())) in foldICmpBinOp()
3979 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_UGE && match(D, m_One())) in foldICmpBinOp()
3983 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_ULT && match(D, m_One())) in foldICmpBinOp()
3993 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
4037 if (C == Op0 && NoOp1WrapProblem) in foldICmpBinOp()
4057 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
4061 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()