Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1272 if (auto *FixedSrc = dyn_cast<llvm::FixedVectorType>(SrcTy)) { in CreateCoercedLoad() local
1273 if (ScalableDst->getElementType() == FixedSrc->getElementType()) { in CreateCoercedLoad()
H A DCGExprScalar.cpp2043 if (const auto *FixedSrc = dyn_cast<llvm::FixedVectorType>(SrcTy)) { in VisitCastExpr() local
2045 if (FixedSrc->getElementType() == ScalableDst->getElementType()) { in VisitCastExpr()