LLVM 19.0.0git
Public Types | List of all members
llvm::MachineInstrBundleIteratorTraits< const T, true > Struct Template Reference

#include "llvm/CodeGen/MachineInstrBundleIterator.h"

Public Types

using list_type = simple_ilist< T, ilist_sentinel_tracking< true > >
 
using instr_iterator = typename list_type::const_reverse_iterator
 
using nonconst_instr_iterator = typename list_type::reverse_iterator
 
using const_instr_iterator = typename list_type::const_reverse_iterator
 

Detailed Description

template<class T>
struct llvm::MachineInstrBundleIteratorTraits< const T, true >

Definition at line 43 of file MachineInstrBundleIterator.h.

Member Typedef Documentation

◆ const_instr_iterator

template<class T >
using llvm::MachineInstrBundleIteratorTraits< const T, true >::const_instr_iterator = typename list_type::const_reverse_iterator

Definition at line 47 of file MachineInstrBundleIterator.h.

◆ instr_iterator

template<class T >
using llvm::MachineInstrBundleIteratorTraits< const T, true >::instr_iterator = typename list_type::const_reverse_iterator

Definition at line 45 of file MachineInstrBundleIterator.h.

◆ list_type

Definition at line 44 of file MachineInstrBundleIterator.h.

◆ nonconst_instr_iterator

template<class T >
using llvm::MachineInstrBundleIteratorTraits< const T, true >::nonconst_instr_iterator = typename list_type::reverse_iterator

Definition at line 46 of file MachineInstrBundleIterator.h.


The documentation for this struct was generated from the following file: