Searched refs:AltCond (Results 1 – 1 of 1) sorted by relevance
3087 Value *AltCond = nullptr; in foldNestedSelects() local3088 auto matchOuterCond = [OuterSel, IsAndVariant, &AltCond](auto m_InnerCond) { in foldNestedSelects()3094 m_c_LogicalAnd(m_InnerCond, m_Value(AltCond))) in foldNestedSelects()3096 m_c_LogicalOr(m_InnerCond, m_Value(AltCond))); in foldNestedSelects()3114 AltCond, IsAndVariant ? OuterSel.TrueVal : InnerSel.FalseVal, in foldNestedSelects()