LLVM API Documentation

Public Member Functions | Public Attributes
llvm::TargetLoweringBase::AddrMode Struct Reference

#include <TargetLowering.h>

Collaboration diagram for llvm::TargetLoweringBase::AddrMode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AddrMode ()

Public Attributes

GlobalValueBaseGV
int64_t BaseOffs
bool HasBaseReg
int64_t Scale

Detailed Description

This represents an addressing mode of: BaseGV + BaseOffs + BaseReg + Scale*ScaleReg If BaseGV is null, there is no BaseGV. If BaseOffs is zero, there is no base offset. If HasBaseReg is false, there is no base register. If Scale is zero, there is no ScaleReg. Scale of 1 indicates a reg with no scale.

Definition at line 1293 of file TargetLowering.h.


Constructor & Destructor Documentation

Definition at line 1298 of file TargetLowering.h.


Member Data Documentation


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