Searched refs:NoOp1WrapProblem (Results 1 – 1 of 1) sorted by relevance
4634 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local4663 NoOp1WrapProblem = hasNoWrapProblem(*BO1, Pred, Op1HasNSW, Op1HasNUW); in foldICmpBinOp()4674 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in foldICmpBinOp()4680 NoOp1WrapProblem) { in foldICmpBinOp()4723 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in foldICmpBinOp()4728 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in foldICmpBinOp()4733 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && match(D, m_One())) in foldICmpBinOp()4772 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()4823 if (C == Op0 && NoOp1WrapProblem) in foldICmpBinOp()4843 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()[all …]