Return true if this is a SUBREG_TO_REG instruction.
Synopsis
Declared in <llvm/CodeGen/MachineInstr.h>
bool
isSubregToReg() const;
Return Value
True if the opcode is SUBREG_TO_REG.
Created with MrDocs