Searched defs:SimpleValue (Results 1 – 2 of 2) sorted by relevance
54 struct SimpleValue { struct55 Instruction *Inst;57 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument61 bool isSentinel() const { in isSentinel()66 static bool canHandle(Instruction *Inst) { in canHandle()
22 TEST(ErrorOr, SimpleValue) { in TEST() argument