MLIR  19.0.0git
Public Member Functions | List of all members
mlir::AttrTypeSubElementReplacements< T > Class Template Reference

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

#include "mlir/IR/AttrTypeSubElements.h"

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. More...
 

Detailed Description

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

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

Definition at line 257 of file AttrTypeSubElements.h.

Constructor & Destructor Documentation

◆ AttrTypeSubElementReplacements()

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

Definition at line 259 of file AttrTypeSubElements.h.

Member Function Documentation

◆ take_front()

template<typename T >
ArrayRef<T> mlir::AttrTypeSubElementReplacements< T >::take_front ( unsigned  n)
inline

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