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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableIntervalMap.h42 static key_type_ref KeyOfValue(value_type_ref V) { function in struct:llvm::ImutIntervalInfo
110 key_type_ref CurrentKey = ImutInfo::KeyOfValue(this->getValue(T));
122 key_type_ref K = ImutInfo::KeyOfValue(V);
129 key_type_ref KCurrent = ImutInfo::KeyOfValue(this->Value(T));
155 Interval CurrentK = ImutInfo::KeyOfValue(this->Value(T));
H A DImmutableMap.h33 static inline key_type_ref KeyOfValue(value_type_ref V) { function in struct:llvm::ImutKeyValueInfo
H A DImmutableSet.h76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
118 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
119 ImutInfo::KeyOfValue(V)))
203 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
204 ImutInfo::KeyOfValue(getValue()))) &&
209 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
210 ImutInfo::KeyOfValue(getRight()->getValue()))) &&
538 key_type_ref K = ImutInfo::KeyOfValue(V);
539 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
559 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValu
881 static inline key_type_ref KeyOfValue(value_type_ref D) { return D; } function in struct:llvm::ImutContainerInfo
907 static inline key_type_ref KeyOfValue(value_type_ref D) { return D; } function in struct:llvm::ImutContainerInfo
[all...]
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h33 static inline key_type_ref KeyOfValue(value_type_ref V) { function in struct:llvm::ImutKeyValueInfo
H A DImmutableSet.h76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
118 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
119 ImutInfo::KeyOfValue(V)))
203 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
204 ImutInfo::KeyOfValue(getValue()))) &&
209 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
210 ImutInfo::KeyOfValue(getRight()->getValue()))) &&
541 key_type_ref K = ImutInfo::KeyOfValue(V);
542 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T));
562 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValu
917 static key_type_ref KeyOfValue(value_type_ref D) { return D; } function in struct:llvm::ImutContainerInfo
943 static key_type_ref KeyOfValue(value_type_ref D) { return D; } function in struct:llvm::ImutContainerInfo
[all...]

Completed in 142 milliseconds