Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Transforms/Utils/
H A DFoldUtils.cpp338 auto constKey = std::make_tuple(dialect, value, type); in tryGetOrCreateConstant() local
339 Operation *&constOp = uniquedConstants[constKey]; in tryGetOrCreateConstant()