Searched refs:getMaxElement (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DImmutableMap.h241 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
244 value_type* getMaxElement() const { function in class:llvm::ImmutableMap
245 return Root ? &(Root->getMaxElement()->getValue()) : 0;
394 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
397 value_type* getMaxElement() const { function in class:llvm::ImmutableMapRef
398 return Root ? &(Root->getMaxElement()->getValue()) : 0;
H A DImmutableSet.h87 /// getMaxElement - Find the subtree associated with the highest ranged
89 ImutAVLTree* getMaxElement() { function in class:llvm::ImutAVLTree

Completed in 26 milliseconds