Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DBuiltinAttributes.cpp1398 llvm::SmallDenseMap<llvm::ArrayRef<uint64_t>, size_t> mappedIndices; in getValue() local
1402 mappedIndices.try_emplace( in getValue()
1407 auto it = mappedIndices.find(index); in getValue()
1408 if (it == mappedIndices.end()) in getValue()