Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp863 bool LHSIsSelect = match(LHS, m_Select(m_Value(A), m_Value(B), m_Value(C))); in SimplifySelectsFeedingBinaryOp() local
865 if (!LHSIsSelect && !RHSIsSelect) in SimplifySelectsFeedingBinaryOp()
879 if (LHSIsSelect && RHSIsSelect && A == D) { in SimplifySelectsFeedingBinaryOp()
891 } else if (LHSIsSelect && LHS->hasOneUse()) { in SimplifySelectsFeedingBinaryOp()