Searched defs:CallValue (Results 1 – 1 of 1) sorted by relevance
456 struct CallValue { struct457 Instruction *Inst;459 CallValue(Instruction *I) : Inst(I) { in CallValue() argument463 bool isSentinel() const { in isSentinel()468 static bool canHandle(Instruction *Inst) { in canHandle()