Home
last modified time | relevance | path

Searched refs:mlirOperationVerify (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h528 MLIR_CAPI_EXPORTED bool mlirOperationVerify(MlirOperation op);
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp490 bool mlirOperationVerify(MlirOperation op) { in mlirOperationVerify() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp999 !mlirOperationVerify(operation)) { in print()
2644 return mlirOperationVerify(self.getOperation()); in populateIRCore()
/llvm-project-15.0.7/mlir/test/CAPI/
H A Dir.c1845 if (!mlirOperationVerify(constZero)) { in testTypeID()