Lines Matching refs:NoOp1WrapProblem
4140 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
4147 NoOp1WrapProblem = in foldICmpBinOp()
4172 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in foldICmpBinOp()
4178 NoOp1WrapProblem) { in foldICmpBinOp()
4221 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in foldICmpBinOp()
4226 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in foldICmpBinOp()
4231 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && match(D, m_One())) in foldICmpBinOp()
4235 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLT && match(D, m_One())) in foldICmpBinOp()
4256 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_UGE && match(D, m_One())) in foldICmpBinOp()
4260 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_ULT && match(D, m_One())) in foldICmpBinOp()
4270 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
4323 if (C == Op0 && NoOp1WrapProblem) in foldICmpBinOp()
4343 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
4347 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()