LLVM API Documentation
#include <Instructions.h>
Public Member Functions | |
CaseIt (const ParentTy &Src) | |
CaseIt (SwitchInst *SI, unsigned CaseNum) | |
void | setValue (ConstantInt *V) |
Sets the new value for current case. | |
void | setSuccessor (BasicBlock *S) |
Sets the new successor for current case. |
Definition at line 2692 of file Instructions.h.
llvm::SwitchInst::CaseIt::CaseIt | ( | const ParentTy & | Src | ) | [inline] |
Definition at line 2698 of file Instructions.h.
llvm::SwitchInst::CaseIt::CaseIt | ( | SwitchInst * | SI, |
unsigned | CaseNum | ||
) | [inline] |
Definition at line 2699 of file Instructions.h.
void llvm::SwitchInst::CaseIt::setSuccessor | ( | BasicBlock * | S | ) | [inline] |
Sets the new successor for current case.
Definition at line 2708 of file Instructions.h.
References llvm::SwitchInst::setSuccessor().
Referenced by llvm::SwitchInst::addCase().
void llvm::SwitchInst::CaseIt::setValue | ( | ConstantInt * | V | ) | [inline] |
Sets the new value for current case.
Definition at line 2702 of file Instructions.h.
References llvm::User::setOperand().
Referenced by llvm::SwitchInst::addCase().