Home
last modified time | relevance | path

Searched refs:complexTy (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprComplex.cpp80 if (auto *complexTy = ty->getAs<ComplexType>()) { in getPromotionType() local
81 QualType elementTy = complexTy->getElementType(); in getPromotionType()
259 mlir::Type complexTy = cgf.convertType(e->getType()); in VisitCXXScalarValueInitExpr() local
260 return builder.getNullValue(complexTy, loc); in VisitCXXScalarValueInitExpr()
296 mlir::Type complexTy = cgf.convertType(e->getType()); in VisitInitListExpr() local
297 return builder.getNullValue(complexTy, loc); in VisitInitListExpr()
/freebsd/contrib/llvm-project/clang/lib/CIR/Lowering/DirectToLLVM/
H A DLowerToLLVM.cpp1060 } else if (auto complexTy = mlir::dyn_cast<cir::ComplexType>(op.getType())) { in matchAndRewrite() local
1061 mlir::Type complexElemTy = complexTy.getElementType(); in matchAndRewrite()