Home
last modified time | relevance | path

Searched defs:getLoadedDialect (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DMLIRContext.h85 T *getLoadedDialect() { in getLoadedDialect() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp395 Dialect *MLIRContext::getLoadedDialect(StringRef name) { in getLoadedDialect() function in MLIRContext