Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2838 struct CSEDenseMapInfo { struct
2839 static bool canHandle(const Instruction *I) { in canHandle()
2844 static inline Instruction *getEmptyKey() { in getEmptyKey()
2848 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
2852 static unsigned getHashValue(const Instruction *I) { in getHashValue()
2858 static bool isEqual(const Instruction *LHS, const Instruction *RHS) { in isEqual()