Creates a vector of type DstType with the linear sequence <0, 1, ...>
Declared in <llvm/IR/IRBuilder.h>
Value*
CreateStepVector(
Type* DstType,
Twine const& Name = "");
The created vector of type DstType with the linear sequence <0, 1, ...>.
| Name | Description |
|---|---|
| DstType | Destination vector or value type. |
| Name | Name of the new instruction or value. |