LLVM API Documentation
#include <MachineInstrBundle.h>
Public Member Functions | |
ConstMIOperands (const MachineInstr *MI) | |
const MachineOperand & | operator* () const |
const MachineOperand * | operator-> () const |
ConstMIOperands - Iterate over operands of a single const instruction.
Definition at line 221 of file MachineInstrBundle.h.
llvm::ConstMIOperands::ConstMIOperands | ( | const MachineInstr * | MI | ) | [inline] |
Definition at line 223 of file MachineInstrBundle.h.
const MachineOperand& llvm::ConstMIOperands::operator* | ( | ) | const [inline] |
Definition at line 225 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().
const MachineOperand* llvm::ConstMIOperands::operator-> | ( | ) | const [inline] |
Definition at line 226 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().