Searched defs:CallValue (Results 1 – 2 of 2) sorted by relevance
139 struct CallValue { struct140 Instruction *Inst;142 CallValue(Instruction *I) : Inst(I) { in CallValue() function146 bool isSentinel() const { in isSentinel()151 static bool canHandle(Instruction *Inst) { in canHandle()
183 struct CallValue { struct184 Instruction *Inst;186 CallValue(Instruction *I) : Inst(I) { in CallValue() argument190 bool isSentinel() const { in isSentinel()195 static bool canHandle(Instruction *Inst) { in canHandle()