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