| 
    LLVM 22.0.0git
    
   | 
 
#include "llvm/IR/ValueMap.h"
Classes | |
| struct | ValueTypeProxy | 
Public Types | |
| using | iterator_category = std::forward_iterator_tag | 
| using | value_type = std::pair<KeyT, typename DenseMapT::mapped_type> | 
| using | difference_type = std::ptrdiff_t | 
| using | pointer = value_type * | 
| using | reference = value_type & | 
Public Member Functions | |
| ValueMapIteratorImpl ()=default | |
| ValueMapIteratorImpl (BaseT I) | |
| template<bool C = IsConst, typename = std::enable_if_t<C>> | |
| ValueMapIteratorImpl (const ValueMapIteratorImpl< DenseMapT, KeyT, false > &Other) | |
| BaseT | base () const | 
| ValueTypeProxy | operator* () const | 
| ValueTypeProxy | operator-> () const | 
| bool | operator== (const ValueMapIteratorImpl &RHS) const | 
| bool | operator!= (const ValueMapIteratorImpl &RHS) const | 
| ValueMapIteratorImpl & | operator++ () | 
| ValueMapIteratorImpl | operator++ (int) | 
Definition at line 322 of file ValueMap.h.
| using llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::difference_type = std::ptrdiff_t | 
Definition at line 332 of file ValueMap.h.
| using llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::iterator_category = std::forward_iterator_tag | 
Definition at line 330 of file ValueMap.h.
| using llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::pointer = value_type * | 
Definition at line 333 of file ValueMap.h.
| using llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::reference = value_type & | 
Definition at line 334 of file ValueMap.h.
| using llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::value_type = std::pair<KeyT, typename DenseMapT::mapped_type> | 
Definition at line 331 of file ValueMap.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 337 of file ValueMap.h.
      
  | 
  inline | 
Definition at line 341 of file ValueMap.h.
      
  | 
  inline | 
Definition at line 345 of file ValueMap.h.
      
  | 
  inline | 
Definition at line 366 of file ValueMap.h.
      
  | 
  inline | 
Definition at line 358 of file ValueMap.h.
Referenced by llvm::ValueMapIteratorImpl< MapT, KeyT, false >::operator->().
      
  | 
  inline | 
Definition at line 368 of file ValueMap.h.
      
  | 
  inline | 
Definition at line 372 of file ValueMap.h.
      
  | 
  inline | 
Definition at line 363 of file ValueMap.h.
      
  | 
  inline | 
Definition at line 365 of file ValueMap.h.