Searched refs:SimpleValue (Results 1 – 3 of 3) sorted by relevance
92 struct SimpleValue { struct95 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument142 template <> struct DenseMapInfo<SimpleValue> {143 static inline SimpleValue getEmptyKey() { in getEmptyKey()147 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()152 static bool isEqual(SimpleValue LHS, SimpleValue RHS);311 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()323 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()423 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual()527 ScopedHashTable<SimpleValue, Value *, DenseMapInfo<SimpleValue>,[all …]
21 TEST(ErrorOr, SimpleValue) { in TEST() argument
334 Value: `SimpleValue` `ValueSuffix`*354 The :token:`SimpleValue` has a number of forms.357 SimpleValue: `TokInteger` | `TokString`+ | `TokCode`496 The :token:`SimpleValue` values described above can be specified with