reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/ImmutableMap.h
  226       if (T) return &T->getValue().second;
  236     return Root ? &(Root->getMaxElement()->getValue()) : nullptr;
  386       if (T) return &T->getValue().second;
include/llvm/ADT/ImmutableSet.h
   77       key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
  119     if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
  124     if (!ImutInfo::isDataEqual(ImutInfo::DataOfValue(getValue()),
  132     return isElementEqual(RHS->getValue());
  205                              ImutInfo::KeyOfValue(getValue()))) &&
  210              ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
  320     uint32_t X = computeDigest(getLeft(), getRight(), getValue());
  827     return this->I->getValue();