Home
last modified time | relevance | path

Searched refs:SimpleValue (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp92 struct SimpleValue { struct
95 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
158 template <> struct DenseMapInfo<SimpleValue> {
159 static inline SimpleValue getEmptyKey() { in getEmptyKey()
163 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
167 static unsigned getHashValue(SimpleValue Val);
168 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
221 static unsigned getHashValueImpl(SimpleValue Val) { in getHashValueImpl()
327 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
339 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()
[all …]
/openbsd-src/gnu/llvm/llvm/docs/TableGen/
H A DProgRef.rst334 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