Home
last modified time | relevance | path

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

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