LLVM 20.0.0git
|
#include "llvm/CodeGen/GlobalISel/CombinerHelper.h"
Public Attributes | |
MachineInstr * | Logic |
MachineInstr * | Shift2 |
Register | LogicNonShiftReg |
uint64_t | ValSum |
Definition at line 75 of file CombinerHelper.h.
MachineInstr* llvm::ShiftOfShiftedLogic::Logic |
Definition at line 76 of file CombinerHelper.h.
Referenced by llvm::CombinerHelper::applyShiftOfShiftedLogic(), and llvm::CombinerHelper::matchShiftOfShiftedLogic().
Register llvm::ShiftOfShiftedLogic::LogicNonShiftReg |
Definition at line 78 of file CombinerHelper.h.
Referenced by llvm::CombinerHelper::applyShiftOfShiftedLogic(), and llvm::CombinerHelper::matchShiftOfShiftedLogic().
MachineInstr* llvm::ShiftOfShiftedLogic::Shift2 |
Definition at line 77 of file CombinerHelper.h.
Referenced by llvm::CombinerHelper::applyShiftOfShiftedLogic(), and llvm::CombinerHelper::matchShiftOfShiftedLogic().
uint64_t llvm::ShiftOfShiftedLogic::ValSum |
Definition at line 79 of file CombinerHelper.h.
Referenced by llvm::CombinerHelper::applyShiftOfShiftedLogic(), and llvm::CombinerHelper::matchShiftOfShiftedLogic().