Searched defs:CallValue (Results 1 – 1 of 1) sorted by relevance
483 struct CallValue { struct484 Instruction *Inst;486 CallValue(Instruction *I) : Inst(I) { in CallValue() function490 bool isSentinel() const { in isSentinel()495 static bool canHandle(Instruction *Inst) { in canHandle()