Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1286 bool RHSIsSelect = match(RHS, m_Select(m_Value(D), m_Value(E), m_Value(F))); in SimplifySelectsFeedingBinaryOp() local
1287 if (!LHSIsSelect && !RHSIsSelect) in SimplifySelectsFeedingBinaryOp()
1323 if (LHSIsSelect && RHSIsSelect && A == D) { in SimplifySelectsFeedingBinaryOp()
1342 } else if (RHSIsSelect && RHS->hasOneUse()) { in SimplifySelectsFeedingBinaryOp()