Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2542 if (auto *FixedDstTy = dyn_cast<llvm::FixedVectorType>(DstTy)) { in VisitCastExpr() local
2546 FixedDstTy->getElementType()->isIntegerTy(8)) { in VisitCastExpr()
2558 FixedDstTy->getElementType(), in VisitCastExpr()
2562 if (ScalableSrcTy->getElementType() == FixedDstTy->getElementType()) in VisitCastExpr()
H A DCGCall.cpp6130 if (auto *FixedDstTy = dyn_cast<llvm::FixedVectorType>(RetIRTy)) { in EmitCall() local
6134 if (FixedDstTy->getElementType() == in EmitCall()
6136 V = Builder.CreateExtractVector(FixedDstTy, V, uint64_t(0), in EmitCall()