LLVM 20.0.0git
|
#include "llvm/IR/ValueMap.h"
Public Member Functions | |
ValueTypeProxy * | operator-> () |
operator std::pair< KeyT, ValueT > () const | |
Public Attributes | |
const KeyT | first |
const ValueT & | second |
Definition at line 399 of file ValueMap.h.
|
inline |
Definition at line 403 of file ValueMap.h.
References llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first, and llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::second.
|
inline |
Definition at line 402 of file ValueMap.h.
const KeyT llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first |
Definition at line 400 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT >().
const ValueT& llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::second |
Definition at line 401 of file ValueMap.h.
Referenced by llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::operator std::pair< KeyT, ValueT >().