Searched refs:sourceOp (Results 1 – 1 of 1) sorted by relevance
39 auto sourceOp = op.getSource().getDefiningOp<memref::SubViewOp>(); in matchAndRewrite() local40 if (!sourceOp) in matchAndRewrite()49 if (sourceOp.getSourceType().getRank() != sourceOp.getType().getRank()) { in matchAndRewrite()62 strides = SmallVector<OpFoldResult>(sourceOp.getMixedStrides().size(), in matchAndRewrite()77 for (auto it : llvm::zip(op.getMixedOffsets(), sourceOp.getMixedOffsets(), in matchAndRewrite()122 rewriter.replaceOpWithNewOp<memref::SubViewOp>(op, sourceOp.getSource(), in matchAndRewrite()