InstructionAllocaValue

Functions in this group only apply to instructions that map to llvm::AllocaInst instances.

struct InstructionAllocaValue {
LxInstructionAllocaValue value;
}

Alias This

value

Members

Functions

type
Type type()

Obtain the type that is being allocated by the alloca instruction.

Meta