Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DFoldUtils.cpp250 auto constKey = std::make_tuple(dialect, value, type); in tryGetOrCreateConstant() local
251 auto *&constInst = uniquedConstants[constKey]; in tryGetOrCreateConstant()