Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir-c/
H A DIntegerSet.h46 static inline bool mlirIntegerSetIsNull(MlirIntegerSet set) { return !set.ptr; } in mlirIntegerSetIsNull() function
/llvm-project/mlir/lib/Bindings/Python/
H A DIRAffine.cpp505 if (mlirIntegerSetIsNull(rawIntegerSet)) in getCapsule()