Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRModule.h31 class PyInsertionPoint; variable
737 PyInsertionPoint(PyBlock block, llvm::Optional<PyOperationRef> refOperation) in PyInsertionPoint() function
H A DIRCore.cpp1573 PyInsertionPoint::PyInsertionPoint(PyBlock &block) : block(block) {} in PyInsertionPoint() function in PyInsertionPoint
1575 PyInsertionPoint::PyInsertionPoint(PyOperationBase &beforeOperationBase) in PyInsertionPoint() function in PyInsertionPoint