Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2086 static const char DisabledPrefix = '!'; in getOpEnabled() local
2095 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()