Searched defs:SimpleValue (Results 1 – 2 of 2) sorted by relevance
96 struct SimpleValue { struct97 Instruction *Inst;99 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument103 bool isSentinel() const { in isSentinel()108 static bool canHandle(Instruction *Inst) { in canHandle()
127 TEST(ParseFloat, SimpleValue) { in TEST() argument