Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp778 bool LHSIsSelect = match(LHS, m_Select(m_Value(A), m_Value(B), m_Value(C))); in SimplifySelectsFeedingBinaryOp() local
780 if (!LHSIsSelect && !RHSIsSelect) in SimplifySelectsFeedingBinaryOp()
794 if (LHSIsSelect && RHSIsSelect && A == D) { in SimplifySelectsFeedingBinaryOp()
806 } else if (LHSIsSelect && LHS->hasOneUse()) { in SimplifySelectsFeedingBinaryOp()