Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1301 if (auto *FixedSrc = dyn_cast<llvm::FixedVectorType>(SrcTy)) { in CreateCoercedLoad() local
1309 FixedSrc->getElementType() == CGF.Builder.getInt8Ty()) { in CreateCoercedLoad()
1313 if (ScalableDst->getElementType() == FixedSrc->getElementType()) { in CreateCoercedLoad()
H A DCGExprScalar.cpp2137 if (const auto *FixedSrc = dyn_cast<llvm::FixedVectorType>(SrcTy)) { in VisitCastExpr() local
2145 FixedSrc->getElementType() == Builder.getInt8Ty()) { in VisitCastExpr()
2150 if (FixedSrc->getElementType() == ScalableDst->getElementType()) { in VisitCastExpr()