LLVM 20.0.0git
|
#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"
Public Attributes | |
Register | Reg |
int64_t | Imm |
Definition at line 71 of file CombinerHelper.h.
int64_t llvm::RegisterImmPair::Imm |
Definition at line 73 of file CombinerHelper.h.
Referenced by llvm::CombinerHelper::applyCombineShlOfExtend(), llvm::CombinerHelper::applyShiftImmedChain(), llvm::CombinerHelper::matchCombineShlOfExtend(), and llvm::CombinerHelper::matchShiftImmedChain().
Register llvm::RegisterImmPair::Reg |
Definition at line 72 of file CombinerHelper.h.
Referenced by llvm::CombinerHelper::applyCombineShlOfExtend(), llvm::CombinerHelper::applyShiftImmedChain(), llvm::CombinerHelper::matchCombineShlOfExtend(), and llvm::CombinerHelper::matchShiftImmedChain().