Searched defs:SimpleValue (Results 1 – 1 of 1) 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()