MLIR 22.0.0git
mlir::MemorySlot Struct Reference

Represents a slot in memory. More...

#include "mlir/Interfaces/MemorySlotInterfaces.h"

Inheritance diagram for mlir::MemorySlot:

Public Attributes

Value ptr
 Pointer to the memory slot, used by operations to refer to it.
Type elemType
 Type of the value contained in the slot.

Detailed Description

Represents a slot in memory.

This is generated by an allocating operation (for example alloca).

Definition at line 20 of file MemorySlotInterfaces.h.

Member Data Documentation

◆ elemType

◆ ptr

Value mlir::MemorySlot::ptr

The documentation for this struct was generated from the following file: