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

/external/llvm/include/llvm/ADT/
H A DImmutableSet.h116 bool isElementEqual(value_type_ref V) const { function in class:llvm::ImutAVLTree
130 bool isElementEqual(const ImutAVLTree* RHS) const { function in class:llvm::ImutAVLTree
131 return isElementEqual(RHS->getValue());
151 if (!LItr->isElementEqual(&*RItr))
445 if (TI == TE || !I->isElementEqual(&*TI))
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h116 bool isElementEqual(value_type_ref V) const { function in class:llvm::ImutAVLTree
130 bool isElementEqual(const ImutAVLTree* RHS) const { function in class:llvm::ImutAVLTree
131 return isElementEqual(RHS->getValue());
151 if (!LItr->isElementEqual(*RItr))
442 if (TI == TE || !I->isElementEqual(*TI))

Completed in 208 milliseconds