Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueMap.h50 class ValueMapConstIterator; variable
136 using const_iterator = ValueMapConstIterator<MapT, KeyT>;
384 template <typename DenseMapT, typename KeyT> class ValueMapConstIterator {
397 ValueMapConstIterator() : I() {}
398 ValueMapConstIterator(BaseT I) : I(I) {}
399 ValueMapConstIterator(ValueMapIterator<DenseMapT, KeyT> Other)
422 bool operator==(const ValueMapConstIterator &RHS) const {
425 bool operator!=(const ValueMapConstIterator &RHS) const {
429 inline ValueMapConstIterator& operator++() { // Preincrement
433 ValueMapConstIterator operator++(int) { // Postincrement
[all …]