Return a range over all operands in the const bundle containing MI.
Declared in <llvm/CodeGen/MachineInstrBundle.h>
iterator_range<ConstMIBundleOperands>
const_mi_bundle_ops(MachineInstr const& MI);
An iterator range covering every operand in the const bundle.
| Name | Description |
|---|---|
| MI | An instruction in the bundle to iterate. |