MLIR 22.0.0git
mlir::arith::AttrConvertOverflowToLLVM< SourceOp, TargetOp > Class Template Reference

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

Public Member Functions

 AttrConvertOverflowToLLVM (SourceOp srcOp)
ArrayRef< NamedAttributegetAttrs () const
Attribute getPropAttr () const

Detailed Description

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

Definition at line 79 of file AttrToLLVMConverter.h.

Constructor & Destructor Documentation

◆ AttrConvertOverflowToLLVM()

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

Definition at line 81 of file AttrToLLVMConverter.h.

References b, and mlir::arith::convertArithOverflowFlagsToLLVM().

Member Function Documentation

◆ getAttrs()

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

Definition at line 106 of file AttrToLLVMConverter.h.

◆ getPropAttr()

template<typename SourceOp, typename TargetOp>
Attribute mlir::arith::AttrConvertOverflowToLLVM< SourceOp, TargetOp >::getPropAttr ( ) const
inline

Definition at line 107 of file AttrToLLVMConverter.h.


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