Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1921 class PyBlockArgument : public PyConcreteValue<PyBlockArgument> { class
1928 c.def_property_readonly("owner", [](PyBlockArgument &self) { in bindDerived()
1932 c.def_property_readonly("arg_number", [](PyBlockArgument &self) { in bindDerived()
1937 [](PyBlockArgument &self, PyType type) { in bindDerived()
1983 : public Sliceable<PyBlockArgumentList, PyBlockArgument> {
2003 friend class Sliceable<PyBlockArgumentList, PyBlockArgument>;
2012 PyBlockArgument getRawElement(intptr_t pos) { in getRawElement()
2014 return PyBlockArgument(operation, argument); in getRawElement()
3151 PyBlockArgument::bind(m); in populateIRCore()