enum Instruction::TermOps
Declared at: llvm/include/llvm/IR/Instruction.h:690
Enumerators
Name | Value | Comment |
---|---|---|
TermOpsBegin | 1 | |
Ret | 1 | |
Br | 2 | |
Switch | 3 | |
IndirectBr | 4 | |
Invoke | 5 | |
Resume | 6 | |
Unreachable | 7 | |
CleanupRet | 8 | |
CatchRet | 9 | |
CatchSwitch | 10 | |
CallBr | 11 | |
TermOpsEnd | 12 |