Searched refs:InLoopVal (Results 1 – 1 of 1) sorted by relevance
8292 VPValue *InLoopVal = nullptr; in tryToBlend() local8297 assert(!InLoopVal && "Found more than one in-loop reduction!"); in tryToBlend()8298 InLoopVal = Operands[In]; in tryToBlend()8302 assert((!InLoopVal || NumIncoming == 2) && in tryToBlend()8305 if (InLoopVal) in tryToBlend()8306 return Operands[Operands[0] == InLoopVal ? 1 : 0]; in tryToBlend()