LLVM 22.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 391 of file ValueMap.h.
|
inline |
Definition at line 395 of file ValueMap.h.
|
inline |
Definition at line 394 of file ValueMap.h.
const KeyT llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::first |
Definition at line 392 of file ValueMap.h.
Referenced by operator std::pair< KeyT, ValueT >().
const ValueT& llvm::ValueMapConstIterator< DenseMapT, KeyT >::ValueTypeProxy::second |
Definition at line 393 of file ValueMap.h.
Referenced by operator std::pair< KeyT, ValueT >().