Lines Matching refs:getEmptyKey
50 static inline APInt getEmptyKey() { in getEmptyKey() function
69 static inline APFloat getEmptyKey() { return APFloat(APFloat::Bogus, 1); } in getEmptyKey() function
98 static inline StructType* getEmptyKey() { in getEmptyKey() function
99 return DenseMapInfo<StructType*>::getEmptyKey(); in getEmptyKey()
113 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
145 static inline FunctionType* getEmptyKey() { in getEmptyKey() function
146 return DenseMapInfo<FunctionType*>::getEmptyKey(); in getEmptyKey()
161 if (RHS == getEmptyKey() || RHS == getTombstoneKey()) in isEqual()
841 static inline NodeTy *getEmptyKey() {
842 return DenseMapInfo<NodeTy *>::getEmptyKey();
852 if (RHS == getEmptyKey() || RHS == getTombstoneKey())