Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h317 struct IRInstructionDataTraits : DenseMapInfo<IRInstructionData *> { struct
318 static inline IRInstructionData *getEmptyKey() { return nullptr; } in getEmptyKey()
319 static inline IRInstructionData *getTombstoneKey() { in getTombstoneKey()
323 static unsigned getHashValue(const IRInstructionData *E) { in getHashValue()
329 static bool isEqual(const IRInstructionData *LHS, in isEqual()