Searched defs:CallValue (Results 1 – 1 of 1) sorted by relevance
482 struct CallValue { struct483 Instruction *Inst;485 CallValue(Instruction *I) : Inst(I) { in CallValue() argument489 bool isSentinel() const { in isSentinel()494 static bool canHandle(Instruction *Inst) { in canHandle()