Return true if Opcode is a special terminator.

Synopsis

Declared in <llvm/IR/Instruction.h>

static
bool
isSpecialTerminator(unsigned int Opcode);

Description

Special terminators do more than branch to a successor (e.g. have a side effect or return a value).

Return Value

True if Opcode is a special terminator.

Parameters

Name

Description

Opcode

The opcode to test.

Created with MrDocs