Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp176 struct IntegerSetKeyInfo : DenseMapInfo<IntegerSet> { struct
179 using KeyTy =
183 static unsigned getHashValue(const IntegerSet &key) { in getHashValue()
188 static unsigned getHashValue(KeyTy key) { in getHashValue()
195 static bool isEqual(const KeyTy &lhs, IntegerSet rhs) { in isEqual()