Searched refs:NoOp0WrapProblem (Results 1 – 1 of 1) sorted by relevance
3725 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local3727 NoOp0WrapProblem = in foldICmpBinOp()3751 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()3762 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()3788 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()3793 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()3798 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE && match(B, m_One())) in foldICmpBinOp()3802 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && match(B, m_One())) in foldICmpBinOp()3833 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_ULE && match(B, m_One())) in foldICmpBinOp()3837 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_UGT && match(B, m_One())) in foldICmpBinOp()[all …]