Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp356 auto newKey = std::make_tuple(newDialect, value, type); in tryGetOrCreateConstant() local
360 if (auto *existingOp = uniquedConstants.lookup(newKey)) { in tryGetOrCreateConstant()
368 auto newIt = uniquedConstants.insert({newKey, constOp}); in tryGetOrCreateConstant()