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 |
ValueT & | second |
Definition at line 339 of file ValueMap.h.
|
inline |
Definition at line 345 of file ValueMap.h.
|
inline |
Definition at line 343 of file ValueMap.h.
const KeyT llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::first |
Definition at line 340 of file ValueMap.h.
Referenced by operator std::pair< KeyT, ValueT >().
ValueT& llvm::ValueMapIterator< DenseMapT, KeyT >::ValueTypeProxy::second |
Definition at line 341 of file ValueMap.h.
Referenced by llvm::GlobalNumberState::getNumber(), operator std::pair< KeyT, ValueT >(), and llvm::UnrollLoop().