Return the value at location operand OpIdx (default: the first).

Synopsis

Declared in <llvm/IR/DebugProgramInstruction.h>

Value*
getValue(unsigned int OpIdx = 0) const;

Return Value

The value at location operand OpIdx.

Parameters

Name

Description

OpIdx

Index into the location operand list.

Created with MrDocs