Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3045 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in foldICmpBinOp() local
3052 NoOp1WrapProblem = in foldICmpBinOp()
3075 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in foldICmpBinOp()
3081 NoOp1WrapProblem && in foldICmpBinOp()
3126 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in foldICmpBinOp()
3131 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in foldICmpBinOp()
3136 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && match(D, m_One())) in foldICmpBinOp()
3140 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLT && match(D, m_One())) in foldICmpBinOp()
3161 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_UGE && match(D, m_One())) in foldICmpBinOp()
3165 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_ULT && match(D, m_One())) in foldICmpBinOp()
[all …]
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3792 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in visitICmpInst() local
3798 NoOp1WrapProblem = ICmpInst::isEquality(Pred) || in visitICmpInst()
3826 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in visitICmpInst()
3832 NoOp0WrapProblem && NoOp1WrapProblem && in visitICmpInst()
3879 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGT && in visitICmpInst()
3884 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLE && in visitICmpInst()
3889 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SGE && in visitICmpInst()
3894 if (C && NoOp1WrapProblem && Pred == CmpInst::ICMP_SLT && in visitICmpInst()
3905 if (A && C && NoOp0WrapProblem && NoOp1WrapProblem && in visitICmpInst()
3947 if (C == Op0 && NoOp1WrapProblem) in visitICmpInst()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2272 bool NoOp0WrapProblem = false, NoOp1WrapProblem = false; in visitICmpInst() local
2278 NoOp1WrapProblem = ICmpInst::isEquality(Pred) || in visitICmpInst()
2296 if ((C == Op0 || D == Op0) && NoOp1WrapProblem) in visitICmpInst()
2302 NoOp0WrapProblem && NoOp1WrapProblem && in visitICmpInst()
2324 if (C == Op0 && NoOp1WrapProblem) in visitICmpInst()
2328 if (B && D && B == D && NoOp0WrapProblem && NoOp1WrapProblem && in visitICmpInst()
2334 if (A && C && A == C && NoOp0WrapProblem && NoOp1WrapProblem && in visitICmpInst()