llvm::sandboxir::ConstantDataSequential::getElementAsInteger

If this is a sequential container of integers, return element ElmIdx.

Synopsis

Declared in <llvm/SandboxIR/Constant.h>

uint64_t
getElementAsInteger(unsigned int ElmIdx) const;

Return Value

The element at the given index as an integer.

Parameters

NameDescription
ElmIdxElement index.