Searched refs:NoOp0WrapProblem (Results 1 – 1 of 1) sorted by relevance
4099 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local4101 NoOp0WrapProblem = in foldICmpBinOp()4125 if ((A == Op1 || B == Op1) && NoOp0WrapProblem) in foldICmpBinOp()4136 if (A && C && (A == C || A == D || B == C || B == D) && NoOp0WrapProblem && in foldICmpBinOp()4162 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLT && in foldICmpBinOp()4167 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGE && in foldICmpBinOp()4172 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SLE && match(B, m_One())) in foldICmpBinOp()4176 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_SGT && match(B, m_One())) in foldICmpBinOp()4207 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_ULE && match(B, m_One())) in foldICmpBinOp()4211 if (A && NoOp0WrapProblem && Pred == CmpInst::ICMP_UGT && match(B, m_One())) in foldICmpBinOp()[all …]