Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/StandardOps/IR/
DOps.cpp4312 Value allocOperand = memrefCastOp.getOperand(); in matchAndRewrite() local
4313 AllocOp allocOp = allocOperand.getDefiningOp<AllocOp>(); in matchAndRewrite()
4316 rewriter.replaceOpWithNewOp<ViewOp>(viewOp, viewOp.getType(), allocOperand, in matchAndRewrite()