reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
130 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { 131 if (!KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { 336 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && 337 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) 372 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && 373 !KeyInfoT::isEqual(B->getFirst(), TombstoneKey)) { 407 if (!KeyInfoT::isEqual(getBuckets()[i].getFirst(), getEmptyKey()) && 408 !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey())) 567 if (!KeyInfoT::isEqual(TheBucket->getFirst(), EmptyKey)) 592 assert(!KeyInfoT::isEqual(Val, EmptyKey) && 593 !KeyInfoT::isEqual(Val, TombstoneKey) && 601 if (LLVM_LIKELY(KeyInfoT::isEqual(Val, ThisBucket->getFirst()))) { 608 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) { 617 if (KeyInfoT::isEqual(ThisBucket->getFirst(), TombstoneKey) && 918 bool hasLHSValue = (!KeyInfoT::isEqual(LHSB->getFirst(), EmptyKey) && 919 !KeyInfoT::isEqual(LHSB->getFirst(), TombstoneKey)); 920 bool hasRHSValue = (!KeyInfoT::isEqual(RHSB->getFirst(), EmptyKey) && 921 !KeyInfoT::isEqual(RHSB->getFirst(), TombstoneKey)); 961 if (!KeyInfoT::isEqual(NewB->getFirst(), EmptyKey) && 962 !KeyInfoT::isEqual(NewB->getFirst(), TombstoneKey)) { 1026 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && 1027 !KeyInfoT::isEqual(P->getFirst(), TombstoneKey)) { 1252 while (Ptr != End && (KeyInfoT::isEqual(Ptr->getFirst(), Empty) || 1253 KeyInfoT::isEqual(Ptr->getFirst(), Tombstone))) 1262 while (Ptr != End && (KeyInfoT::isEqual(Ptr[-1].getFirst(), Empty) || 1263 KeyInfoT::isEqual(Ptr[-1].getFirst(), Tombstone)))include/llvm/ADT/DenseMapInfo.h
215 return FirstInfo::isEqual(LHS.first, RHS.first) && 216 SecondInfo::isEqual(LHS.second, RHS.second);include/llvm/IR/Dominators.h
121 return BBInfo::isEqual(LHS.getStart(), RHS.getStart()) && 122 BBInfo::isEqual(LHS.getEnd(), RHS.getEnd());include/llvm/IR/ValueHandle.h
306 return DenseMapInfo<Value *>::isEqual(LHS.getRawValPtr(), 537 return DenseMapInfo<Value *>::isEqual(LHS.getRawValPtr(),tools/clang/include/clang/AST/Redeclarable.h
406 return BaseInfo::isEqual(LHS, RHS);
tools/polly/include/polly/Support/VirtualInstruction.h317 return DenseMapInfo<polly::ScopStmt *>::isEqual(LHS.getStmt(), 319 DenseMapInfo<Instruction *>::isEqual(LHS.getInstruction(),