Searched refs:SimpleValue (Results 1 – 1 of 1) sorted by relevance
97 struct SimpleValue { struct100 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument147 template <> struct DenseMapInfo<SimpleValue> {148 static inline SimpleValue getEmptyKey() { in getEmptyKey()152 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()157 static bool isEqual(SimpleValue LHS, SimpleValue RHS);316 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()328 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()428 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()532 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,[all …]