Searched defs:SimpleValue (Results 1 – 1 of 1) sorted by relevance
93 struct SimpleValue { struct94 Instruction *Inst;96 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() function100 bool isSentinel() const { in isSentinel()105 static bool canHandle(Instruction *Inst) { in canHandle()