Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h123 return !mlirContextIsNull(value);
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h91 static inline bool mlirContextIsNull(MlirContext context) { in mlirContextIsNull() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp470 if (mlirContextIsNull(rawContext)) in createFromCapsule()