llvm::StackOffset::get

Construct a stack offset from fixed and scalable components.

Synopsis

Declared in <llvm/Support/TypeSize.h>

static
StackOffset
get(
    int64_t Fixed,
    int64_t Scalable);

Return Value

Stack offset combining the fixed and scalable components.

Parameters

NameDescription
FixedFixed offset in bytes.
ScalableScalable offset in bytes (coefficient of vscale).