Home
last modified time | relevance | path

Searched defs: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
259 mlir::Type complexTy = cgf.convertType(e->getType()); in VisitCXXScalarValueInitExpr() local
296 mlir::Type complexTy = cgf.convertType(e->getType()); in VisitInitListExpr() local
/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