class SwitchInst::CaseHandle

Declaration

class SwitchInst::CaseHandle { /* full declaration omitted */ };

Declared at: llvm/include/llvm/IR/Instructions.h:3225

Method Overview

Methods

CaseHandle(llvm::SwitchInst* SI, ptrdiff_t Index)

Declared at: llvm/include/llvm/IR/Instructions.h:3230

Parameters

llvm::SwitchInst* SI
ptrdiff_t Index

void setSuccessor(llvm::BasicBlock* S)

Description

Sets the new successor for current case.

Declared at: llvm/include/llvm/IR/Instructions.h:3240

Parameters

llvm::BasicBlock* S

void setValue(llvm::ConstantInt* V)

Description

Sets the new value for current case.

Declared at: llvm/include/llvm/IR/Instructions.h:3233

Parameters

llvm::ConstantInt* V