Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DPredicateExpander.cpp442 if (shouldExpandDefinition()) in expandHeader()
452 if (shouldExpandDefinition()) { in expandHeader()
583 if (shouldExpandDefinition()) { in expandSTIPredicate()
H A DPredicateExpander.h121 bool shouldExpandDefinition() const { return ExpandDefinition; } in shouldExpandDefinition() function