MLIR  19.0.0git
Namespaces | Macros | Variables
ComplexToLLVM.cpp File Reference
#include "mlir/Conversion/ComplexToLLVM/ComplexToLLVM.h"
#include "mlir/Conversion/ArithCommon/AttrToLLVMConverter.h"
#include "mlir/Conversion/ConvertToLLVM/ToLLVMInterface.h"
#include "mlir/Conversion/LLVMCommon/ConversionTarget.h"
#include "mlir/Conversion/LLVMCommon/Pattern.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Complex/IR/Complex.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Conversion/Passes.h.inc"

Go to the source code of this file.

Namespaces

 mlir
 Include the generated interface declarations.
 

Macros

#define GEN_PASS_DEF_CONVERTCOMPLEXTOLLVMPASS
 

Variables

static constexpr unsigned kRealPosInComplexNumberStruct = 0
 
static constexpr unsigned kImaginaryPosInComplexNumberStruct = 1
 

Macro Definition Documentation

◆ GEN_PASS_DEF_CONVERTCOMPLEXTOLLVMPASS

#define GEN_PASS_DEF_CONVERTCOMPLEXTOLLVMPASS

Definition at line 21 of file ComplexToLLVM.cpp.

Variable Documentation

◆ kImaginaryPosInComplexNumberStruct

constexpr unsigned kImaginaryPosInComplexNumberStruct = 1
staticconstexpr

◆ kRealPosInComplexNumberStruct

constexpr unsigned kRealPosInComplexNumberStruct = 0
staticconstexpr