Searched refs:oldDstType (Results 1 – 1 of 1) sorted by relevance
59 VectorType oldDstType = extractOp.getType(); in matchAndRewrite() local61 VectorType::get(oldDstType.getShape().drop_front(dropCount), in matchAndRewrite()62 oldDstType.getElementType()); in matchAndRewrite()81 rewriter.replaceOpWithNewOp<vector::BroadcastOp>(extractOp, oldDstType, in matchAndRewrite()98 VectorType oldDstType = insertOp.getDestVectorType(); in matchAndRewrite() local99 VectorType newDstType = trimLeadingOneDims(oldDstType); in matchAndRewrite()102 int64_t dstDropCount = oldDstType.getRank() - newDstType.getRank(); in matchAndRewrite()122 rewriter.replaceOpWithNewOp<vector::BroadcastOp>(insertOp, oldDstType, in matchAndRewrite()145 VectorType oldDstType = insertOp.getDestVectorType(); in matchAndRewrite() local146 VectorType newDstType = trimLeadingOneDims(oldDstType); in matchAndRewrite()[all …]