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