Searched refs:NotCondition (Results 1 – 1 of 1) sorted by relevance
3347 Value *NotCondition; in invertCondition() local3348 if (match(Condition, m_Not(m_Value(NotCondition)))) in invertCondition()3349 return NotCondition; in invertCondition()