Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp96 struct SimpleValue { struct
97 Instruction *Inst;
99 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument
103 bool isSentinel() const { in isSentinel()
108 static bool canHandle(Instruction *Inst) { in canHandle()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_parse_test.cc127 TEST(ParseFloat, SimpleValue) { in TEST() argument