Searched defs:SimpleValue (Results 1 – 1 of 1) sorted by relevance
97 struct SimpleValue { struct98 Instruction *Inst;100 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function104 bool isSentinel() const { in isSentinel()109 static bool canHandle(Instruction *Inst) { in canHandle()