Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h825 static inline bool mlirSymbolTableIsNull(MlirSymbolTable symbolTable) { in mlirSymbolTableIsNull() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1721 if (mlirSymbolTableIsNull(symbolTable)) { in PySymbolTable()