Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprScalar.cpp2118 if (const auto *FixedDst = dyn_cast<llvm::FixedVectorType>(DstTy)) { in VisitCastExpr() local
2123 FixedDst->getElementType() == Builder.getInt8Ty()) { in VisitCastExpr()
2128 if (ScalableSrc->getElementType() == FixedDst->getElementType()) { in VisitCastExpr()