Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DDialectResourceBlobManager.h56 void initialize(StringRef newKey, std::optional<AsmResourceBlob> newBlob) { in initialize()
/llvm-project/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp320 auto newKey = std::make_tuple(newDialect, value, type); in tryGetOrCreateConstant() local