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

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

Public Member Functions

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

Detailed Description

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

Definition at line 52 of file AttrToLLVMConverter.h.

Constructor & Destructor Documentation

◆ AttrConvertFastMathToLLVM()

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

Member Function Documentation

◆ getAttrs()

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

◆ getOverflowFlags()

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

Definition at line 70 of file AttrToLLVMConverter.h.


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