Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2903 auto matchOuterCond = [OuterSel, IsAndVariant, &AltCond](auto m_InnerCond) { in foldNestedSelects() local
2918 if (matchOuterCond(m_Specific(InnerSel.Cond))) { in foldNestedSelects()
2920 } else if (Value * NotInnerCond; matchOuterCond(m_CombineAnd( in foldNestedSelects()