Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3463 Value *NotCondition; in invertCondition() local
3464 if (match(Condition, m_Not(m_Value(NotCondition)))) in invertCondition()
3465 return NotCondition; in invertCondition()