Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp2340 if (auto *ScalableSrcTy = dyn_cast<llvm::ScalableVectorType>(SrcTy)) { in VisitCastExpr() local
2344 if (ScalableSrcTy->getElementType()->isIntegerTy(1) && in VisitCastExpr()
2345 ScalableSrcTy->getElementCount().isKnownMultipleOf(8) && in VisitCastExpr()
2347 ScalableSrcTy = llvm::ScalableVectorType::get( in VisitCastExpr()
2349 ScalableSrcTy->getElementCount().getKnownMinValue() / 8); in VisitCastExpr()
2350 Src = Builder.CreateBitCast(Src, ScalableSrcTy); in VisitCastExpr()
2352 if (ScalableSrcTy->getElementType() == FixedDstTy->getElementType()) { in VisitCastExpr()
H A DCGCall.cpp5939 if (auto *ScalableSrcTy = in EmitCall() local
5942 ScalableSrcTy->getElementType()) { in EmitCall()