Searched defs:SimpleValue (Results 1 – 3 of 3) sorted by relevance
50 struct SimpleValue { struct51 Instruction *Inst;53 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function57 bool isSentinel() const { in isSentinel()62 static bool canHandle(Instruction *Inst) { in canHandle()
22 TEST(ErrorOr, SimpleValue) { in TEST() argument
84 class SimpleValue(BaseConverter): class