LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
AddressingMode Struct Reference

Public Member Functions

 AddressingMode (bool LongDispl, bool IdxReg)
 

Public Attributes

bool LongDisplacement
 
bool IndexReg
 

Detailed Description

Definition at line 963 of file SystemZISelLowering.cpp.

Constructor & Destructor Documentation

◆ AddressingMode()

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

Definition at line 970 of file SystemZISelLowering.cpp.

Member Data Documentation

◆ IndexReg

bool AddressingMode::IndexReg

◆ LongDisplacement

bool AddressingMode::LongDisplacement

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