#include "mlir/Conversion/ArithCommon/AttrToLLVMConverter.h"
usingnamespacemlir;
LLVM::FastmathFlags
mlir::arith::convertArithFastMathFlagsToLLVM(arith::FastMathFlags arithFMF) { … }
LLVM::FastmathFlagsAttr
mlir::arith::convertArithFastMathAttrToLLVM(arith::FastMathFlagsAttr fmfAttr) { … }
LLVM::IntegerOverflowFlags mlir::arith::convertArithOverflowFlagsToLLVM(
arith::IntegerOverflowFlags arithFlags) { … }
LLVM::RoundingMode
mlir::arith::convertArithRoundingModeToLLVM(arith::RoundingMode roundingMode) { … }
LLVM::RoundingModeAttr mlir::arith::convertArithRoundingModeAttrToLLVM(
arith::RoundingModeAttr roundingModeAttr) { … }
LLVM::FPExceptionBehaviorAttr
mlir::arith::getLLVMDefaultFPExceptionBehavior(MLIRContext &context) { … }