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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp775 bool LHSIsSelect = match(LHS, m_Select(m_Value(A), m_Value(B), m_Value(C))); local
777 if (!LHSIsSelect && !RHSIsSelect)
791 if (LHSIsSelect && RHSIsSelect && A == D) {
803 } else if (LHSIsSelect && LHS->hasOneUse()) {

Completed in 122 milliseconds