Home
last modified time | relevance | path

Searched defs:cplxTy (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/lib/Optimizer/Builder/
H A DComplex.cpp32 createComplex(mlir::Type cplxTy,mlir::Value real,mlir::Value imag) createComplex() argument
/llvm-project/flang/lib/Optimizer/Transforms/
H A DDebugTypeGenerator.cpp289 if (auto cplxTy = mlir::dyn_cast_or_null<mlir::ComplexType>(Ty)) { convertType() local
292 } else if (auto cplxTy = mlir::dyn_cast_or_null<fir::ComplexType>(Ty)) { convertType() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp181 if (auto cplxTy = mlir::dyn_cast<fir::ComplexType>(type)) { getReductionInitValue() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp551 if (auto cplxTy = mlir::dyn_cast_or_null<mlir::ComplexType>(ty)) { getTypeAsString() local
554 } else if (auto cplxTy = mlir::dyn_cast_or_null<fir::ComplexType>(ty)) { getTypeAsString() local