Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/IR/
H A DValue.cpp20 Operation *Value::getDefiningOp() const { in getDefiningOp() function in Value
/llvm-project/mlir/include/mlir/IR/
H A DValue.h149 OpTy getDefiningOp() const { in getDefiningOp() function