Return true if the opcode is a unary operator.
Synopsis
Declared in <llvm/IR/Instruction.h>
static
bool
isUnaryOp(unsigned int Opcode);
Return Value
True if Opcode is a unary operator.
Parameters
Name |
Description |
Opcode |
The opcode to test. |
Created with MrDocs