Home
last modified time | relevance | path

Searched defs:complexTy (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DComplex.cpp27 auto complexTy = fir::ComplexType::get(builder.getContext(), kind); in createComplex() local
/llvm-project-15.0.7/mlir/lib/Dialect/Complex/IR/
H A DComplexOps.cpp32 auto complexTy = type.dyn_cast<ComplexType>(); in isBuildableWith() local
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinAttributes.cpp610 if (auto complexTy = eltTy.dyn_cast<ComplexType>()) { in operator *() local
1479 if (ComplexType complexTy = elementType.dyn_cast<ComplexType>()) { in convertEndianOfArrayRefForBEmachine() local
1619 if (auto complexTy = eltType.dyn_cast<ComplexType>()) { in getZeroAttr() local
H A DAsmPrinter.cpp2005 if (ComplexType complexTy = elementType.dyn_cast<ComplexType>()) { in printDenseIntOrFPElementsAttr() local
2167 .Case<ComplexType>([&](ComplexType complexTy) { in printType()
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAttributeParser.cpp553 if (ComplexType complexTy = eltType.dyn_cast<ComplexType>()) { in getAttr() local