Searched defs:CallValue (Results 1 – 1 of 1) sorted by relevance
197 struct CallValue { struct198 Instruction *Inst;200 CallValue(Instruction *I) : Inst(I) { in CallValue() function204 bool isSentinel() const { in isSentinel()209 static bool canHandle(Instruction *Inst) { in canHandle()