Searched refs:complexTy (Results 1 – 2 of 2) sorted by relevance
80 if (auto *complexTy = ty->getAs<ComplexType>()) { in getPromotionType() local81 QualType elementTy = complexTy->getElementType(); in getPromotionType()259 mlir::Type complexTy = cgf.convertType(e->getType()); in VisitCXXScalarValueInitExpr() local260 return builder.getNullValue(complexTy, loc); in VisitCXXScalarValueInitExpr()296 mlir::Type complexTy = cgf.convertType(e->getType()); in VisitInitListExpr() local297 return builder.getNullValue(complexTy, loc); in VisitInitListExpr()
1060 } else if (auto complexTy = mlir::dyn_cast<cir::ComplexType>(op.getType())) { in matchAndRewrite() local1061 mlir::Type complexElemTy = complexTy.getElementType(); in matchAndRewrite()