LLVM 20.0.0git
|
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 |
Used to describe a register and immediate addition.
Definition at line 82 of file TargetInstrInfo.h.
|
inline |
Definition at line 86 of file TargetInstrInfo.h.
int64_t llvm::RegImmPair::Imm |
Definition at line 84 of file TargetInstrInfo.h.
Referenced by analyzeCompressibleUses(), and updateOperands().
Register llvm::RegImmPair::Reg |
Definition at line 83 of file TargetInstrInfo.h.
Referenced by analyzeCompressibleUses(), and updateOperands().