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