MLIR  19.0.0git
Public Member Functions | List of all members
mlir::arith::AttrConvertOverflowToLLVM< SourceOp, TargetOp > Class Template Reference

#include "mlir/Conversion/ArithCommon/AttrToLLVMConverter.h"

Public Member Functions

 AttrConvertOverflowToLLVM (SourceOp srcOp)
 
ArrayRef< NamedAttributegetAttrs () const
 
LLVM::IntegerOverflowFlags getOverflowFlags () const
 

Detailed Description

template<typename SourceOp, typename TargetOp>
class mlir::arith::AttrConvertOverflowToLLVM< SourceOp, TargetOp >

Definition at line 82 of file AttrToLLVMConverter.h.

Constructor & Destructor Documentation

◆ AttrConvertOverflowToLLVM()

template<typename SourceOp , typename TargetOp >
mlir::arith::AttrConvertOverflowToLLVM< SourceOp, TargetOp >::AttrConvertOverflowToLLVM ( SourceOp  srcOp)
inline

Member Function Documentation

◆ getAttrs()

template<typename SourceOp , typename TargetOp >
ArrayRef<NamedAttribute> mlir::arith::AttrConvertOverflowToLLVM< SourceOp, TargetOp >::getAttrs ( ) const
inline

Definition at line 96 of file AttrToLLVMConverter.h.

References mlir::NamedAttrList::getAttrs().

◆ getOverflowFlags()

template<typename SourceOp , typename TargetOp >
LLVM::IntegerOverflowFlags mlir::arith::AttrConvertOverflowToLLVM< SourceOp, TargetOp >::getOverflowFlags ( ) const
inline

Definition at line 97 of file AttrToLLVMConverter.h.


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