Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h405 mlirPythonIntegerSetToCapsule(MlirIntegerSet integerSet) { in mlirPythonIntegerSetToCapsule() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp500 return nb::steal<nb::object>(mlirPythonIntegerSetToCapsule(*this)); in operator ==()