Home
last modified time | relevance | path

Searched refs:mlirLocationIsNull (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp50 if (!mlirLocationIsNull(location)) in mlirInferTypeOpInterfaceInferReturnTypes()
/llvm-project-15.0.7/mlir/include/mlir/Bindings/Python/
H A DPybindAdaptors.h159 return !mlirLocationIsNull(value);
/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h253 static inline bool mlirLocationIsNull(MlirLocation location) { in mlirLocationIsNull() function
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp168 if (mlirLocationIsNull(childLoc)) in mlirLocationNameGet()
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp831 if (mlirLocationIsNull(rawLoc)) in createFromCapsule()