LLVM 22.0.0git
AddressingMode Struct Reference

Public Member Functions

 AddressingMode (bool LongDispl, bool IdxReg)

Public Attributes

bool LongDisplacement
bool IndexReg

Detailed Description

Definition at line 1307 of file SystemZISelLowering.cpp.

Constructor & Destructor Documentation

◆ AddressingMode()

AddressingMode::AddressingMode ( bool LongDispl,
bool IdxReg )
inline

Definition at line 1314 of file SystemZISelLowering.cpp.

References IndexReg, and LongDisplacement.

Member Data Documentation

◆ IndexReg

bool AddressingMode::IndexReg

◆ LongDisplacement

bool AddressingMode::LongDisplacement

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