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