Searched defs:SimpleValue (Results 1 – 2 of 2) sorted by relevance
92 struct SimpleValue { struct93 Instruction *Inst;95 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function99 bool isSentinel() const { in isSentinel()104 static bool canHandle(Instruction *Inst) { in canHandle()
21 TEST(ErrorOr, SimpleValue) { in TEST() argument