Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DCodeTemplate.cpp66 bool isEnumValue(ExecutionMode Execution) { in isEnumValue() function
71 assert(isEnumValue(Bit) && "Bit must be a power of two"); in getName()
H A DCodeTemplate.h99 bool isEnumValue(ExecutionMode Execution);
H A DSerialSnippetGenerator.cpp95 assert(isEnumValue(ExecutionModeBit) && "Bit must be a power of two"); in appendCodeTemplates()