Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h126 if (!ImutInfo::isDataEqual(ImutInfo::DataOfValue(getValue()), in isElementEqual()
127 ImutInfo::DataOfValue(V))) in isElementEqual()
917 static data_type_ref DataOfValue(value_type_ref) { return true; }
943 static data_type_ref DataOfValue(value_type_ref) { return true; }
H A DImmutableMap.h40 static inline data_type_ref DataOfValue(value_type_ref V) { in DataOfValue() function