Searched defs:CallValue (Results 1 – 1 of 1) sorted by relevance
139 struct CallValue { struct140 Instruction *Inst;142 CallValue(Instruction *I) : Inst(I) { in CallValue() argument146 bool isSentinel() const { in isSentinel()151 static bool canHandle(Instruction *Inst) { in canHandle()