Searched defs:CSEDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
2565 struct CSEDenseMapInfo { struct2566 static bool canHandle(Instruction *I) { in canHandle()2570 static inline Instruction *getEmptyKey() { in getEmptyKey()2573 static inline Instruction *getTombstoneKey() { in getTombstoneKey()2576 static unsigned getHashValue(Instruction *I) { in getHashValue()2581 static bool isEqual(Instruction *LHS, Instruction *RHS) { in isEqual()