Searched refs:originalVecType (Results 1 – 1 of 1) sorted by relevance
223 VectorType originalVecType = op.getVectorType(); in matchAndRewrite() local224 unsigned reducedShapeRank = originalVecType.getRank() - numLeadingBroadcast; in matchAndRewrite()244 op.getLoc(), originalVecType.getElementType(), op.getSource(), in matchAndRewrite()247 rewriter.replaceOpWithNewOp<vector::BroadcastOp>(op, originalVecType, in matchAndRewrite()252 originalVecType.getShape().take_back(reducedShapeRank)); in matchAndRewrite()257 VectorType::get(newShape, originalVecType.getElementType()); in matchAndRewrite()267 rewriter.replaceOpWithNewOp<vector::BroadcastOp>(op, originalVecType, in matchAndRewrite()