Searched defs:getRootOp (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/include/mlir/Query/ | ||
H A D | QuerySession.h | 25 Operation *getRootOp() { return rootOp; } getRootOp() function |
/llvm-project/mlir/lib/Dialect/EmitC/IR/ | ||
H A D | EmitC.cpp | 307 Operation *ExpressionOp::getRootOp() { getRootOp() function in ExpressionOp |