Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3122 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
3129 NoOp1WrapProblem = in foldICmpBinOp()
3152 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in foldICmpBinOp()
3158 NoOp1WrapProblem && in foldICmpBinOp()
3203 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in foldICmpBinOp()
3208 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in foldICmpBinOp()
3213 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && match(D, m_One())) in foldICmpBinOp()
3252 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
3292 if (C == Op0 && NoOp1WrapProblem) in foldICmpBinOp()
3303 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem && in foldICmpBinOp()
[all …]