class ValueMapConstIterator
Declaration
template <typename DenseMapT, typename KeyT>
class ValueMapConstIterator { /* full declaration omitted */ };
Declared at: llvm/include/llvm/IR/ValueMap.h:379
Templates
- DenseMapT
- KeyT
Method Overview
- public ValueMapConstIterator<DenseMapT, KeyT>()
- public ValueMapConstIterator<DenseMapT, KeyT>(llvm::ValueMapConstIterator::BaseT I)
- public ValueMapConstIterator<DenseMapT, KeyT>(ValueMapIterator<DenseMapT, KeyT> Other)
- public llvm::ValueMapConstIterator::BaseT base() const
Methods
¶ValueMapConstIterator<DenseMapT, KeyT>()
ValueMapConstIterator<DenseMapT, KeyT>()
Declared at: llvm/include/llvm/IR/ValueMap.h:389
¶ValueMapConstIterator<DenseMapT, KeyT>(
llvm::ValueMapConstIterator::BaseT I)
ValueMapConstIterator<DenseMapT, KeyT>(
llvm::ValueMapConstIterator::BaseT I)
Declared at: llvm/include/llvm/IR/ValueMap.h:390
Parameters
- llvm::ValueMapConstIterator::BaseT I
¶ValueMapConstIterator<DenseMapT, KeyT>(
ValueMapIterator<DenseMapT, KeyT> Other)
ValueMapConstIterator<DenseMapT, KeyT>(
ValueMapIterator<DenseMapT, KeyT> Other)
Declared at: llvm/include/llvm/IR/ValueMap.h:391
Parameters
- ValueMapIterator<DenseMapT, KeyT> Other
¶llvm::ValueMapConstIterator::BaseT base() const
llvm::ValueMapConstIterator::BaseT base() const
Declared at: llvm/include/llvm/IR/ValueMap.h:394