llvm::MachineInstr::isCopy

Return true if this is a COPY instruction.

Synopsis

Declared in <llvm/CodeGen/MachineInstr.h>

bool
isCopy() const;

Return Value

True if the opcode is COPY.