Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3205 struct CSEDenseMapInfo { struct
3206 static bool canHandle(const Instruction *I) { in canHandle()
3211 static inline Instruction *getEmptyKey() { in getEmptyKey()
3215 static inline Instruction *getTombstoneKey() { in getTombstoneKey()
3219 static unsigned getHashValue(const Instruction *I) { in getHashValue()
3225 static bool isEqual(const Instruction *LHS, const Instruction *RHS) { in isEqual()