Home | History | Annotate | Download | only in IR

Lines Matching refs:getEmptyKey

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