LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::RegImmPair Struct Reference

Used to describe a register and immediate addition. More...

#include "llvm/CodeGen/TargetInstrInfo.h"

Public Member Functions

 RegImmPair (Register Reg, int64_t Imm)
 

Public Attributes

Register Reg
 
int64_t Imm
 

Detailed Description

Used to describe a register and immediate addition.

Definition at line 80 of file TargetInstrInfo.h.

Constructor & Destructor Documentation

◆ RegImmPair()

llvm::RegImmPair::RegImmPair ( Register  Reg,
int64_t  Imm 
)
inline

Definition at line 84 of file TargetInstrInfo.h.

Member Data Documentation

◆ Imm

int64_t llvm::RegImmPair::Imm

Definition at line 82 of file TargetInstrInfo.h.

Referenced by analyzeCompressibleUses(), and updateOperands().

◆ Reg

Register llvm::RegImmPair::Reg

Definition at line 81 of file TargetInstrInfo.h.

Referenced by analyzeCompressibleUses(), and updateOperands().


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