Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DPredicateExpander.cpp400 if (shouldExpandDefinition()) in expandHeader()
410 if (shouldExpandDefinition()) { in expandHeader()
540 if (shouldExpandDefinition()) { in expandSTIPredicate()
H A DPredicateExpander.h116 bool shouldExpandDefinition() const { return ExpandDefinition; } in shouldExpandDefinition() function