llvm::MachineInstr::isMoveReg

Return true if this instruction is a register move. (including moving values from subreg to reg)

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isMoveReg(QueryType Type = IgnoreBundle) const;

Parameters

NameDescription
TypeAPI for querying MachineInstr properties. They are the same as MCInstrDesc queries but they are bundle aware.