Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir-c/
DIR.h162 MLIR_CAPI_EXPORTED bool mlirLocationEqual(MlirLocation l1, MlirLocation l2);
/external/llvm-project/mlir/lib/CAPI/IR/
DIR.cpp123 bool mlirLocationEqual(MlirLocation l1, MlirLocation l2) { in mlirLocationEqual() function
/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp2674 return mlirLocationEqual(self, other); in populateIRSubmodule()