Searched refs:complexTy (Results 1 – 5 of 5) sorted by relevance
32 auto complexTy = type.dyn_cast<ComplexType>(); in isBuildableWith() local33 if (!complexTy) in isBuildableWith()35 auto complexEltTy = complexTy.getElementType(); in isBuildableWith()
27 auto complexTy = fir::ComplexType::get(builder.getContext(), kind); in createComplex() local28 return createComplex(complexTy, real, imag); in createComplex()
610 if (auto complexTy = eltTy.dyn_cast<ComplexType>()) { in operator *() local611 auto complexEltTy = complexTy.getElementType(); in operator *()617 return ArrayAttr::get(complexTy.getContext(), in operator *()626 return ArrayAttr::get(complexTy.getContext(), in operator *()1479 if (ComplexType complexTy = elementType.dyn_cast<ComplexType>()) { in convertEndianOfArrayRefForBEmachine() local1480 elementType = complexTy.getElementType(); in convertEndianOfArrayRefForBEmachine()1619 if (auto complexTy = eltType.dyn_cast<ComplexType>()) { in getZeroAttr() local1620 auto eltType = complexTy.getElementType(); in getZeroAttr()1626 return ArrayAttr::get(complexTy.getContext(), in getZeroAttr()
2005 if (ComplexType complexTy = elementType.dyn_cast<ComplexType>()) { in printDenseIntOrFPElementsAttr() local2006 Type complexElementType = complexTy.getElementType(); in printDenseIntOrFPElementsAttr()2167 .Case<ComplexType>([&](ComplexType complexTy) { in printType() argument2169 printType(complexTy.getElementType()); in printType()
553 if (ComplexType complexTy = eltType.dyn_cast<ComplexType>()) { in getAttr() local554 eltType = complexTy.getElementType(); in getAttr()