reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
426 return KeyInfoT::getEmptyKey(); 1249 const KeyT Empty = KeyInfoT::getEmptyKey(); 1259 const KeyT Empty = KeyInfoT::getEmptyKey();lib/Transforms/Utils/Local.cpp
2141 if (LHS == getEmptyKey() || LHS == getTombstoneKey() || 2142 RHS == getEmptyKey() || RHS == getTombstoneKey())