Searched defs:PyInsertionPoint (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRModule.h | 35 class PyInsertionPoint; variable |
H A D | IRCore.cpp | 1857 PyInsertionPoint::PyInsertionPoint(PyBlock &block) : block(block) {} PyInsertionPoint() function in PyInsertionPoint |