Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DImmutableIntervalMap.h46 static data_type_ref DataOfValue(value_type_ref V) { in DataOfValue() function
168 data_type_ref OldData = ImutInfo::DataOfValue(this->Value(T)); in removeOverlap()
DImmutableSet.h124 if (!ImutInfo::isDataEqual(ImutInfo::DataOfValue(getValue()), in isElementEqual()
125 ImutInfo::DataOfValue(V))) in isElementEqual()
888 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
914 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
DImmutableMap.h37 static inline data_type_ref DataOfValue(value_type_ref V) { in DataOfValue() function