Home
last modified time | relevance | path

Searched refs:ValueMapConstIterator (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h50 class ValueMapConstIterator; variable
132 using const_iterator = ValueMapConstIterator<MapT, KeyT>;
379 template <typename DenseMapT, typename KeyT> class ValueMapConstIterator {
392 ValueMapConstIterator() : I() {}
393 ValueMapConstIterator(BaseT I) : I(I) {}
394 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)
417 bool operator==(const ValueMapConstIterator &RHS) const {
420 bool operator!=(const ValueMapConstIterator &RHS) const {
424 inline ValueMapConstIterator& operator++() { // Preincrement
428 ValueMapConstIterator operator++(int) { // Postincrement
[all …]