Home
last modified time | relevance | path

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

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