|
LLVM
8.0.1
|
#include "llvm/IR/Instructions.h"


Public Member Functions | |
| CaseHandle (SwitchInst *SI, ptrdiff_t Index) | |
| void | setValue (ConstantInt *V) |
| Sets the new value for current case. More... | |
| void | setSuccessor (BasicBlock *S) |
| Sets the new successor for current case. More... | |
Public Member Functions inherited from llvm::SwitchInst::CaseHandleImpl< SwitchInst, ConstantInt, BasicBlock > | |
| ConstantInt * | getCaseValue () const |
| Resolves case value for current case. More... | |
| BasicBlock * | getCaseSuccessor () const |
| Resolves successor for current case. More... | |
| unsigned | getCaseIndex () const |
| Returns number of current case. More... | |
| unsigned | getSuccessorIndex () const |
| Returns successor index for current case successor. More... | |
| bool | operator== (const CaseHandleImpl &RHS) const |
Friends | |
| class | SwitchInst::CaseIteratorImpl< CaseHandle > |
Additional Inherited Members | |
Protected Types inherited from llvm::SwitchInst::CaseHandleImpl< SwitchInst, ConstantInt, BasicBlock > | |
| using | SwitchInstType = SwitchInst |
Protected Member Functions inherited from llvm::SwitchInst::CaseHandleImpl< SwitchInst, ConstantInt, BasicBlock > | |
| CaseHandleImpl ()=default | |
| CaseHandleImpl (SwitchInst *SI, ptrdiff_t Index) | |
Protected Attributes inherited from llvm::SwitchInst::CaseHandleImpl< SwitchInst, ConstantInt, BasicBlock > | |
| SwitchInst * | SI |
| ptrdiff_t | Index |
Definition at line 3209 of file Instructions.h.
|
inline |
Definition at line 3214 of file Instructions.h.
|
inline |
Sets the new successor for current case.
Definition at line 3224 of file Instructions.h.
References llvm::SwitchInst::setSuccessor().
Referenced by llvm::SwitchInst::addCase().
|
inline |
Sets the new value for current case.
Definition at line 3217 of file Instructions.h.
References assert(), and llvm::User::setOperand().
Referenced by llvm::SwitchInst::addCase().
|
friend |
Definition at line 3211 of file Instructions.h.
1.8.13