Searched defs:CallValue (Results 1 – 1 of 1) sorted by relevance
200 struct CallValue { struct201 Instruction *Inst;203 CallValue(Instruction *I) : Inst(I) { in CallValue() argument207 bool isSentinel() const { in isSentinel()212 static bool canHandle(Instruction *Inst) { in canHandle()