Home
last modified time | relevance | path

Searched refs:NoOp1WrapProblem (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4140 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
4147 NoOp1WrapProblem = in foldICmpBinOp()
4172 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in foldICmpBinOp()
4178 NoOp1WrapProblem) { in foldICmpBinOp()
4221 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in foldICmpBinOp()
4226 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in foldICmpBinOp()
4231 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && match(D, m_One())) in foldICmpBinOp()
4270 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
4323 if (C == Op0 && NoOp1WrapProblem) in foldICmpBinOp()
4343 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem) in foldICmpBinOp()
[all …]