llvm::sandboxir::CallBrInst::getIndirectDestLabelUse

Return the Use of the label for indirect destination Idx.

Synopsis

Declared in <llvm/SandboxIR/Instruction.h>

Value*
getIndirectDestLabelUse(unsigned int Idx) const;

Return Value

The Use of the label for indirect destination Idx.

Parameters

NameDescription
IdxIndirect destination index.