Construct a stack offset from fixed and scalable components.
Declared in <llvm/Support/TypeSize.h>
static
StackOffset
get(
int64_t Fixed,
int64_t Scalable);
Stack offset combining the fixed and scalable components.
| Name | Description |
|---|---|
| Fixed | Fixed offset in bytes. |
| Scalable | Scalable offset in bytes (coefficient of vscale). |