Searched defs:SimpleValue (Results 1 – 1 of 1) sorted by relevance
48 struct SimpleValue { struct49 Instruction *Inst;51 SimpleValue(Instruction *I) : Inst(I) { in SimpleValue() argument55 bool isSentinel() const { in isSentinel()60 static bool canHandle(Instruction *Inst) { in canHandle()