MLIR 24.0.0git
ComplexComparePattern Struct Reference

Result of matching the decomposed complex equality pattern inside an atomic compare region. More...

Public Attributes

bool isComplex = false
bool isNE = false
mlir::Value eAggregate
bool isXBinopExpr = false

Detailed Description

Result of matching the decomposed complex equality pattern inside an atomic compare region.

Definition at line 5852 of file OpenMPToLLVMIRTranslation.cpp.

Member Data Documentation

◆ eAggregate

mlir::Value ComplexComparePattern::eAggregate

Definition at line 5855 of file OpenMPToLLVMIRTranslation.cpp.

Referenced by convertOmpAtomicCompare().

◆ isComplex

bool ComplexComparePattern::isComplex = false

◆ isNE

bool ComplexComparePattern::isNE = false

Definition at line 5854 of file OpenMPToLLVMIRTranslation.cpp.

Referenced by convertOmpAtomicCompare().

◆ isXBinopExpr

bool ComplexComparePattern::isXBinopExpr = false

Definition at line 5856 of file OpenMPToLLVMIRTranslation.cpp.

Referenced by convertOmpAtomicCompare().


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