MLIR 22.0.0git
ComplexToLLVM.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  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

unsigned kImaginaryPosInComplexNumberStruct = 1
staticconstexpr

◆ kRealPosInComplexNumberStruct

unsigned kRealPosInComplexNumberStruct = 0
staticconstexpr