Home
last modified time | relevance | path

Searched refs:firstOpRef (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1613 PyOperationRef firstOpRef = PyOperation::forOperation( in atBlockBegin() local
1615 return PyInsertionPoint{block, std::move(firstOpRef)}; in atBlockBegin()