Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.cpp402 if (shouldExpandDefinition()) in expandHeader()
412 if (shouldExpandDefinition()) { in expandHeader()
542 if (shouldExpandDefinition()) { in expandSTIPredicate()
H A DPredicateExpander.h116 bool shouldExpandDefinition() const { return ExpandDefinition; } in shouldExpandDefinition() function