Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2102 static const char DisabledPrefix = '!'; in getOpEnabled() local
2111 bool IsDisabled = RecipType[0] == DisabledPrefix; in getOpEnabled()