LLVM  8.0.1
Public Member Functions | Public Attributes | List of all members
AddressingMode Struct Reference
Collaboration diagram for AddressingMode:
Collaboration graph
[legend]

Public Member Functions

 AddressingMode (bool LongDispl, bool IdxReg)
 

Public Attributes

bool LongDisplacement
 
bool IndexReg
 

Detailed Description

Definition at line 608 of file SystemZISelLowering.cpp.

Constructor & Destructor Documentation

◆ AddressingMode()

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

Definition at line 615 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: