If this is a sequential container of integers (of any size), return the specified element in the low bits of a uint64_t.
Declared in <llvm/IR/Constants.h>
uint64_t
getElementAsInteger(uint64_t i) const;
The element at the given index as an integer.
| Name | Description |
|---|---|
| i | The zero-based element index. |