Searched refs:FixedDstTy (Results 1 – 2 of 2) sorted by relevance
2542 if (auto *FixedDstTy = dyn_cast<llvm::FixedVectorType>(DstTy)) { in VisitCastExpr() local2546 FixedDstTy->getElementType()->isIntegerTy(8)) { in VisitCastExpr()2558 FixedDstTy->getElementType(), in VisitCastExpr()2562 if (ScalableSrcTy->getElementType() == FixedDstTy->getElementType()) in VisitCastExpr()
6130 if (auto *FixedDstTy = dyn_cast<llvm::FixedVectorType>(RetIRTy)) { in EmitCall() local6134 if (FixedDstTy->getElementType() == in EmitCall()6136 V = Builder.CreateExtractVector(FixedDstTy, V, uint64_t(0), in EmitCall()