llvm::MachineInstr::isMoveReg

Return true if this instruction is a register move.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isMoveReg(QueryType Type = IgnoreBundle) const;

Description

Includes moving values from subreg to reg.

Return Value

True if the instruction is a register move.

Parameters

NameDescription
TypeHow to query when this instruction is part of a bundle.