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

Methods

ValueMapConstIterator<DenseMapT, KeyT>()

Declared at: llvm/include/llvm/IR/ValueMap.h:389

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)

Declared at: llvm/include/llvm/IR/ValueMap.h:391

Parameters

ValueMapIterator<DenseMapT, KeyT> Other

llvm::ValueMapConstIterator::BaseT base() const

Declared at: llvm/include/llvm/IR/ValueMap.h:394