Declare a Create helper that forwards to Create for one unary opcode.
Declared in <llvm/IR/InstrTypes.h>
#define HANDLE_UNARY_INST(N, OPC, CLASS)
These methods just forward to Create, and are useful when you statically know what type of instruction you're going to create. These helpers just save some typing.
| Name | Description |
|---|---|
| N | The opcode enumeration value. |
| OPC | The opcode name token used to form Create##OPC. |
| CLASS | The instruction class for this opcode. |