Searched defs:CallValue (Results 1 – 1 of 1) sorted by relevance
199 struct CallValue { struct200 Instruction *Inst;202 CallValue(Instruction *I) : Inst(I) { in CallValue() function206 bool isSentinel() const { in isSentinel()211 static bool canHandle(Instruction *Inst) { in canHandle()