Home
last modified time | relevance | path

Searched refs:allocOperand (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2831 Value allocOperand = memrefCastOp.getOperand(); in matchAndRewrite() local
2832 AllocOp allocOp = allocOperand.getDefiningOp<AllocOp>(); in matchAndRewrite()
2835 rewriter.replaceOpWithNewOp<ViewOp>(viewOp, viewOp.getType(), allocOperand, in matchAndRewrite()