LLVM API Documentation
#include <MachineInstrBundle.h>


Public Member Functions | |
| ConstMIBundleOperands (const MachineInstr *MI) | |
| const MachineOperand & | operator* () const |
| const MachineOperand * | operator-> () const |
ConstMIBundleOperands - Iterate over all operands in a const bundle of machine instructions.
Definition at line 242 of file MachineInstrBundle.h.
| llvm::ConstMIBundleOperands::ConstMIBundleOperands | ( | const MachineInstr * | MI | ) | [inline] |
Definition at line 244 of file MachineInstrBundle.h.
| const MachineOperand& llvm::ConstMIBundleOperands::operator* | ( | ) | const [inline] |
Definition at line 246 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().
| const MachineOperand* llvm::ConstMIBundleOperands::operator-> | ( | ) | const [inline] |
Definition at line 247 of file MachineInstrBundle.h.
References llvm::MachineOperandIteratorBase::deref().