Lines Matching refs:NoOp0WrapProblem
4140 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
4142 NoOp0WrapProblem = in foldICmpBinOp()
4166 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()
4177 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()
4203 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()
4208 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()
4213 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE && match(B, m_One())) in foldICmpBinOp()
4217 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && match(B, m_One())) in foldICmpBinOp()
4248 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_ULE && match(B, m_One())) in foldICmpBinOp()
4252 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_UGT && match(B, m_One())) in foldICmpBinOp()
4270 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
4320 if (A == Op1 && NoOp0WrapProblem) in foldICmpBinOp()
4343 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
4347 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
4351 if (NoOp0WrapProblem && ICmpInst::isSigned(Pred)) { in foldICmpBinOp()