Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h414 static inline MlirIntegerSet mlirPythonCapsuleToIntegerSet(PyObject *capsule) { in mlirPythonCapsuleToIntegerSet() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp504 MlirIntegerSet rawIntegerSet = mlirPythonCapsuleToIntegerSet(capsule.ptr()); in getCapsule()