Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/Bindings/Python/
H A DInterop.h170 static inline MlirAffineExpr mlirPythonCapsuleToAffineExpr(PyObject *capsule) { in mlirPythonCapsuleToAffineExpr() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp370 MlirAffineExpr rawAffineExpr = mlirPythonCapsuleToAffineExpr(capsule.ptr()); in getCapsule()