This may only be called if isMachineOpcode returns true. It returns the MachineInstr opcode value that the node's opcode corresponds to.
Synopsis
Declared in <llvm/CodeGen/SelectionDAGNodes.h>
unsigned int
getMachineOpcode() const;
Return Value
The MachineInstr opcode corresponding to this node's opcode.
Created with MrDocs