Home
last modified time | relevance | path

Searched refs:FixedDst (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp5847 if (auto *FixedDst = dyn_cast<llvm::FixedVectorType>(RetIRTy)) { in EmitCall() local
5850 if (FixedDst->getElementType() == ScalableSrc->getElementType()) { in EmitCall()
5852 V = Builder.CreateExtractVector(FixedDst, V, Zero, "cast.fixed"); in EmitCall()
H A DCGExprScalar.cpp2166 if (const auto *FixedDst = dyn_cast<llvm::FixedVectorType>(DstTy)) { in VisitCastExpr() local
2171 FixedDst->getElementType() == Builder.getInt8Ty()) { in VisitCastExpr()
2176 if (ScalableSrc->getElementType() == FixedDst->getElementType()) { in VisitCastExpr()