Lines Matching refs:NoOp1WrapProblem
3122 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
3129 NoOp1WrapProblem = in foldICmpBinOp()
3152 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in foldICmpBinOp()
3158 NoOp1WrapProblem && in foldICmpBinOp()
3203 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in foldICmpBinOp()
3208 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in foldICmpBinOp()
3213 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && match(D, m_One())) in foldICmpBinOp()
3217 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLT && match(D, m_One())) in foldICmpBinOp()
3238 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_UGE && match(D, m_One())) in foldICmpBinOp()
3242 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_ULT && match(D, m_One())) in foldICmpBinOp()
3252 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
3292 if (C == Op0 && NoOp1WrapProblem) in foldICmpBinOp()
3303 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
3308 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()