Home
last modified time | relevance | path

Searched defs:getOwnerOfValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp137 Operation *bufferization::getOwnerOfValue(Value value) { in getOwnerOfValue() function in bufferization
/llvm-project/mlir/lib/Interfaces/
H A DValueBoundsOpInterface.cpp28 static Operation *getOwnerOfValue(Value value) { in getOwnerOfValue() function