If this is a sequential container of integers (of any size), return the specified element as an APInt.
Declared in <llvm/IR/Constants.h>
<llvm/IR/Constants.h>
APInt getElementAsAPInt(uint64_t i) const;
The element at the given index as an APInt.
APInt.