Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/Tools/PDLL/AST/
H A DContext.h35 StorageUniquer &getTypeUniquer() { return typeUniquer; } in getTypeUniquer() function
/llvm-project/mlir/lib/IR/
H A DMLIRContext.cpp1010 StorageUniquer &MLIRContext::getTypeUniquer() { return getImpl().typeUniquer; } getTypeUniquer() function in MLIRContext