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 |
std::conditional_t< IsConst, const ValueT &, ValueT & > | second |
Definition at line 347 of file ValueMap.h.
|
inline |
Definition at line 353 of file ValueMap.h.
|
inline |
Definition at line 351 of file ValueMap.h.
const KeyT llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::ValueTypeProxy::first |
Definition at line 348 of file ValueMap.h.
Referenced by operator std::pair< KeyT, ValueT >().
std::conditional_t<IsConst, const ValueT &, ValueT &> llvm::ValueMapIteratorImpl< DenseMapT, KeyT, IsConst >::ValueTypeProxy::second |
Definition at line 349 of file ValueMap.h.
Referenced by llvm::GlobalNumberState::getNumber(), operator std::pair< KeyT, ValueT >(), and llvm::UnrollLoop().