Searched refs:SimpleValue (Results 1 – 3 of 3) sorted by relevance
96 struct SimpleValue { struct99 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function125 template <> struct DenseMapInfo<SimpleValue> {126 static inline SimpleValue getEmptyKey() { in getEmptyKey()130 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()134 static unsigned getHashValue(SimpleValue Val);135 static bool isEqual(SimpleValue LHS, SimpleValue RHS);203 static unsigned getHashValueImpl(SimpleValue Val) { in getHashValueImpl()291 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()303 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()[all …]
127 TEST(ParseFloat, SimpleValue) { in TEST() argument