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