Expand to a ClassID enumerator for an Instruction subclass.
Synopsis
Declared in <llvm/SandboxIR/Value.h>
#define DEF_INSTR(ID, OPC, CLASS)
Parameters
Name |
Description |
ID |
Enumerator name for the ClassID. |
OPC |
Opcode list for the instruction. |
CLASS |
SandboxIR Instruction subclass type. |
Created with MrDocs