Return true if this instruction is a register move. (including moving values from subreg to reg)
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isMoveReg(QueryType Type = IgnoreBundle) const;
| Name | Description |
|---|---|
| Type | API for querying MachineInstr properties. They are the same as MCInstrDesc queries but they are bundle aware. |