Searched defs:DataOfValue (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableIntervalMap.h46 static data_type_ref DataOfValue(value_type_ref V) { function in struct:llvm::ImutIntervalInfo
168 data_type_ref OldData = ImutInfo::DataOfValue(this->Value(T));
H A DImmutableMap.h37 static inline data_type_ref DataOfValue(value_type_ref V) { function in struct:llvm::ImutKeyValueInfo
H A DImmutableSet.h123 if (!ImutInfo::isDataEqual(ImutInfo::DataOfValue(getValue()),
124 ImutInfo::DataOfValue(V)))
882 static inline data_type_ref DataOfValue(value_type_ref) { return true; } function in struct:llvm::ImutContainerInfo
908 static inline data_type_ref DataOfValue(value_type_ref) { return true; } function in struct:llvm::ImutContainerInfo
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h37 static inline data_type_ref DataOfValue(value_type_ref V) { function in struct:llvm::ImutKeyValueInfo
H A DImmutableSet.h123 if (!ImutInfo::isDataEqual(ImutInfo::DataOfValue(getValue()),
124 ImutInfo::DataOfValue(V)))
918 static data_type_ref DataOfValue(value_type_ref) { return true; } function in struct:llvm::ImutContainerInfo
944 static data_type_ref DataOfValue(value_type_ref) { return true; } function in struct:llvm::ImutContainerInfo

Completed in 140 milliseconds