Searched refs:FixedDstTy (Results 1 – 2 of 2) sorted by relevance
2341 if (auto *FixedDstTy = dyn_cast<llvm::FixedVectorType>(DstTy)) { in VisitCastExpr() local2346 FixedDstTy->getElementType()->isIntegerTy(8)) { in VisitCastExpr()2348 FixedDstTy->getElementType(), in VisitCastExpr()2352 if (ScalableSrcTy->getElementType() == FixedDstTy->getElementType()) { in VisitCastExpr()
5937 if (auto *FixedDstTy = dyn_cast<llvm::FixedVectorType>(RetIRTy)) { in EmitCall() local5941 if (FixedDstTy->getElementType() == in EmitCall()5944 V = Builder.CreateExtractVector(FixedDstTy, V, Zero, in EmitCall()