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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h232 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
235 value_type* getMaxElement() const { function in class:llvm::ImmutableMap
236 return Root ? &(Root->getMaxElement()->getValue()) : nullptr;
392 /// getMaxElement - Returns the <key,value> pair in the ImmutableMap for
395 value_type* getMaxElement() const { function in class:llvm::ImmutableMapRef
396 return Root ? &(Root->getMaxElement()->getValue()) : 0;
H A DImmutableSet.h88 /// getMaxElement - Find the subtree associated with the highest ranged
90 ImutAVLTree* getMaxElement() { function in class:llvm::ImutAVLTree

Completed in 70 milliseconds