Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2982 struct CSEDenseMapInfo { struct
2983 static bool canHandle(Instruction *I) { in canHandle()
2987 static inline Instruction *getEmptyKey() { in getEmptyKey()
2990 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
2993 static unsigned getHashValue(Instruction *I) { in getHashValue()
2998 static bool isEqual(Instruction *LHS, Instruction *RHS) { in isEqual()