Home
last modified time | relevance | path

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

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