Lines Matching refs:NoOp0WrapProblem
3122 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
3124 NoOp0WrapProblem = in foldICmpBinOp()
3147 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()
3157 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()
3185 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()
3190 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()
3195 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE && match(B, m_One())) in foldICmpBinOp()
3199 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && match(B, m_One())) in foldICmpBinOp()
3230 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_ULE && match(B, m_One())) in foldICmpBinOp()
3234 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_UGT && match(B, m_One())) in foldICmpBinOp()
3252 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
3289 if (A == Op1 && NoOp0WrapProblem) in foldICmpBinOp()
3303 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
3308 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
3314 if (NoOp0WrapProblem && ICmpInst::isSigned(Pred)) { in foldICmpBinOp()