MLIR 22.0.0git
mlir::AttrTypeSubElementReplacements< T > Class Template Reference

This class is used by AttrTypeSubElementHandler instances to process sub element replacements. More...

#include "mlir/IR/AttrTypeSubElements.h"

Inheritance diagram for mlir::AttrTypeSubElementReplacements< T >:

Public Member Functions

 AttrTypeSubElementReplacements (ArrayRef< T > repls)
ArrayRef< T > take_front (unsigned n)
 Take the first N replacements as an ArrayRef, dropping them from this replacement list.

Detailed Description

template<typename T>
class mlir::AttrTypeSubElementReplacements< T >

This class is used by AttrTypeSubElementHandler instances to process sub element replacements.

Definition at line 357 of file AttrTypeSubElements.h.

Constructor & Destructor Documentation

◆ AttrTypeSubElementReplacements()

template<typename T>
mlir::AttrTypeSubElementReplacements< T >::AttrTypeSubElementReplacements ( ArrayRef< T > repls)
inline

Definition at line 359 of file AttrTypeSubElements.h.

Member Function Documentation

◆ take_front()


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