Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DExpandRealloc.cpp99 SmallVector<Value> dynamicSizeOperands; in matchAndRewrite() local
101 dynamicSizeOperands.push_back(op.getDynamicResultSize()); in matchAndRewrite()
104 loc, op.getResult().getType(), dynamicSizeOperands, in matchAndRewrite()