Searched defs:CSEDenseMapInfo (Results 1 – 1 of 1) sorted by relevance
2701 struct CSEDenseMapInfo { struct2702 static bool canHandle(Instruction *I) { in canHandle()2706 static inline Instruction *getEmptyKey() { in getEmptyKey()2709 static inline Instruction *getTombstoneKey() { in getTombstoneKey()2712 static unsigned getHashValue(Instruction *I) { in getHashValue()2717 static bool isEqual(Instruction *LHS, Instruction *RHS) { in isEqual()