Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp405 Value *NotCondition; in invert() local
406 if (match(Condition, m_Not(m_Value(NotCondition)))) in invert()
407 return NotCondition; in invert()