Home
last modified time | relevance | path

Searched refs:NotCondition (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp3311 Value *NotCondition; in invertCondition() local
3312 if (match(Condition, m_Not(m_Value(NotCondition)))) in invertCondition()
3313 return NotCondition; in invertCondition()