|
LLVM 22.0.0git
|
#include "llvm/SandboxIR/Instruction.h"
Public Member Functions | |
| CaseHandleImpl (Context &Ctx, LLVMCaseItT LLVMCaseIt) | |
| ConstT * | getCaseValue () const |
| BlockT * | getCaseSuccessor () const |
| unsigned | getCaseIndex () const |
| unsigned | getSuccessorIndex () const |
Friends | |
| template<typename T1, typename T2, typename T3> | |
| class | CaseItImpl |
Definition at line 1893 of file Instruction.h.
|
inline |
Definition at line 1902 of file Instruction.h.
|
inline |
Definition at line 1906 of file Instruction.h.
| BlockT * llvm::sandboxir::SwitchInst::CaseHandleImpl< LLVMCaseItT, BlockT, ConstT >::getCaseSuccessor | ( | ) | const |
Definition at line 1139 of file Instruction.cpp.
References llvm::cast().
| ConstT * llvm::sandboxir::SwitchInst::CaseHandleImpl< LLVMCaseItT, BlockT, ConstT >::getCaseValue | ( | ) | const |
Definition at line 1131 of file Instruction.cpp.
References llvm::cast().
|
inline |
Definition at line 1910 of file Instruction.h.
|
friend |
Definition at line 1899 of file Instruction.h.