Searched defs:CSEDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
2982 struct CSEDenseMapInfo { struct2983 static bool canHandle(Instruction *I) { in canHandle()2987 static inline Instruction *getEmptyKey() { in getEmptyKey()2990 static inline Instruction *getTombstoneKey() { in getTombstoneKey()2993 static unsigned getHashValue(Instruction *I) { in getHashValue()2998 static bool isEqual(Instruction *LHS, Instruction *RHS) { in isEqual()