Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DSparseSet.h58 static unsigned getValIndex(const ValueT &Val) { in getValIndex() function
70 return SparseSetValTraits<ValueT>::getValIndex(Val); in operator()