[#HANDLE_UNARY_INST] = HANDLE_UNARY_INST :mrdocs: 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. == Synopsis Declared in `<llvm/IR/InstrTypes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define HANDLE_UNARY_INST(N, OPC, CLASS) ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#