Searched refs:AltCond (Results 1 – 1 of 1) sorted by relevance
3159 Value *AltCond = nullptr; in foldNestedSelects() local3160 auto matchOuterCond = [OuterSel, IsAndVariant, &AltCond](auto m_InnerCond) { in foldNestedSelects()3166 m_c_LogicalAnd(m_InnerCond, m_Value(AltCond))) in foldNestedSelects()3168 m_c_LogicalOr(m_InnerCond, m_Value(AltCond))); in foldNestedSelects()3186 AltCond, IsAndVariant ? OuterSel.TrueVal : InnerSel.FalseVal, in foldNestedSelects()