Return true if this instruction is a register move.
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isMoveReg(QueryType Type = IgnoreBundle) const;
Includes moving values from subreg to reg.
True if the instruction is a register move.
| Name | Description |
|---|---|
| Type | How to query when this instruction is part of a bundle. |