Home
last modified time | relevance | path

Searched defs:IRInstructionDataTraits (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h214 struct IRInstructionDataTraits : DenseMapInfo<IRInstructionData *> { struct
215 static inline IRInstructionData *getEmptyKey() { return nullptr; } in getEmptyKey()
216 static inline IRInstructionData *getTombstoneKey() { in getTombstoneKey()
220 static unsigned getHashValue(const IRInstructionData *E) { in getHashValue()
226 static bool isEqual(const IRInstructionData *LHS, in isEqual()