Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp97 struct SimpleValue { struct
100 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
147 template <> struct DenseMapInfo<SimpleValue> {
148 static inline SimpleValue getEmptyKey() { in getEmptyKey()
152 static inline SimpleValue getTombstoneKey() { in getTombstoneKey()
156 static unsigned getHashValue(SimpleValue Val);
157 static bool isEqual(SimpleValue LHS, SimpleValue RHS);
210 static unsigned getHashValueImpl(SimpleValue Val) { in getHashValueImpl()
316 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue()
328 static bool isEqualImpl(SimpleValue LHS, SimpleValue RHS) { in isEqualImpl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A DProgRef.rst332 Value: `SimpleValue` `ValueSuffix`*
352 The :token:`SimpleValue` has a number of forms.
355 SimpleValue: `TokInteger` | `TokString`+ | `TokCode`
494 The :token:`SimpleValue` values described above can be specified with