MLIR  19.0.0git
Public Member Functions | List of all members
mlir::DenseElementsAttr::FloatElementIterator Class Referencefinal

Iterator for walking over APFloat values. More...

#include "mlir/IR/BuiltinAttributes.h"

+ Inheritance diagram for mlir::DenseElementsAttr::FloatElementIterator:

Public Member Functions

APFloat mapElement (const APInt &value) const
 Map the element to the iterator result type. More...
 

Detailed Description

Iterator for walking over APFloat values.

Definition at line 331 of file BuiltinAttributes.h.

Member Function Documentation

◆ mapElement()

APFloat mlir::DenseElementsAttr::FloatElementIterator::mapElement ( const APInt &  value) const
inline

Map the element to the iterator result type.

Definition at line 336 of file BuiltinAttributes.h.


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