MLIR  19.0.0git
Public Member Functions | List of all members
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. More...
 

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 116 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 124 of file TypeRange.h.

References mlir::Value::getType().


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