Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3383 struct CSEDenseMapInfo { struct
3384 static bool canHandle(const Instruction *I) { in canHandle()
3389 static inline Instruction *getEmptyKey() { in getEmptyKey()
3393 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
3397 static unsigned getHashValue(const Instruction *I) { in getHashValue()
3403 static bool isEqual(const Instruction *LHS, const Instruction *RHS) { in isEqual()