Searched refs:mappedIndices (Results 1 – 1 of 1) sorted by relevance
1398 llvm::SmallDenseMap<llvm::ArrayRef<uint64_t>, size_t> mappedIndices; in getValue() local1402 mappedIndices.try_emplace( in getValue()1407 auto it = mappedIndices.find(index); in getValue()1408 if (it == mappedIndices.end()) in getValue()