Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp4099 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
4106 NoOp1WrapProblem = in foldICmpBinOp()
4131 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in foldICmpBinOp()
4137 NoOp1WrapProblem) { in foldICmpBinOp()
4180 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in foldICmpBinOp()
4185 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in foldICmpBinOp()
4190 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && match(D, m_One())) in foldICmpBinOp()
4194 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLT && match(D, m_One())) in foldICmpBinOp()
4215 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_UGE && match(D, m_One())) in foldICmpBinOp()
4219 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_ULT && match(D, m_One())) in foldICmpBinOp()
[all …]