Home
last modified time | relevance | path

Searched defs:isMemref (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Dialect/ControlFlow/Transforms/
H A DBufferDeallocationOpInterfaceImpl.cpp20 static bool isMemref(Value v) { return isa<BaseMemRefType>(v.getType()); } in isMemref() function
/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.cpp42 static bool isMemref(Value v) { return isa<BaseMemRefType>(v.getType()); } in isMemref() function
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/
H A DOwnershipBasedBufferDeallocation.cpp49 static bool isMemref(Value v) { return isa<BaseMemRefType>(v.getType()); } in isMemref() function
[all...]