[#DEF_CONST] = DEF_CONST :mrdocs: Expand to a ClassID enumerator for a Constant subclass. == Synopsis Declared in `<llvm/SandboxIR/Value.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define DEF_CONST(ID, CLASS) ---- == Parameters [cols="1,4"] |=== | Name| Description | *ID* | Enumerator name for the ClassID. | *CLASS* | SandboxIR Constant subclass type. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#