MLIR 22.0.0git
mlir::ValueTypeIterator< ValueIteratorT > Class Template Referencefinal

This class implements iteration on the types of a given range of values. More...

#include "mlir/IR/TypeRange.h"

Inheritance diagram for mlir::ValueTypeIterator< ValueIteratorT >:

Public Member Functions

Type mapElement (Value value) const
 Map the element to the iterator result type.

Detailed Description

template<typename ValueIteratorT>
class mlir::ValueTypeIterator< ValueIteratorT >

This class implements iteration on the types of a given range of values.

Definition at line 120 of file TypeRange.h.

Member Function Documentation

◆ mapElement()

template<typename ValueIteratorT>
Type mlir::ValueTypeIterator< ValueIteratorT >::mapElement ( Value value) const
inline

Map the element to the iterator result type.

Definition at line 128 of file TypeRange.h.


The documentation for this class was generated from the following file: