Searched defs:SimpleValue (Results 1 – 1 of 1) sorted by relevance
46 struct SimpleValue { struct47 Instruction *Inst;49 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument53 bool isSentinel() const { in isSentinel()58 static bool canHandle(Instruction *Inst) { in canHandle()