Home
last modified time | relevance | path

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

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