Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp96 struct SimpleValue { struct
99 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function
125 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 …]
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument