Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperationSupport.h122 VerifyInvariantsFn verifyInvariantsFn; member
307 return impl->verifyInvariantsFn(op); in verifyInvariants()
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp774 impl.verifyInvariantsFn = std::move(verifyInvariants); in insert()