llvm::Register::index2StackSlot

Convert a frame index to a stack slot register value.

Synopsis

Declared in <llvm/CodeGen/Register.h>

static
Register
index2StackSlot(int FI);

Return Value

A register value representing stack slot FI.

Parameters

NameDescription
FIFrame index to encode as a stack-slot register.