Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h403 static inline bool mlirRegionIsNull(MlirRegion region) { return !region.ptr; } in mlirRegionIsNull() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.h510 assert(!mlirRegionIsNull(region) && "python region cannot be null"); in PyRegion()