Searched defs:CSEDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
3192 struct CSEDenseMapInfo { struct3193 static bool canHandle(Instruction *I) { in canHandle()3197 static inline Instruction *getEmptyKey() { in getEmptyKey()3200 static inline Instruction *getTombstoneKey() { in getTombstoneKey()3203 static unsigned getHashValue(Instruction *I) { in getHashValue()3208 static bool isEqual(Instruction *LHS, Instruction *RHS) { in isEqual()