Searched refs:InLoopVal (Results 1 – 1 of 1) sorted by relevance
8248 VPValue *InLoopVal = nullptr; in tryToBlend() local8253 assert(!InLoopVal && "Found more than one in-loop reduction!"); in tryToBlend()8254 InLoopVal = Operands[In]; in tryToBlend()8258 assert((!InLoopVal || NumIncoming == 2) && in tryToBlend()8261 if (InLoopVal) in tryToBlend()8262 return Operands[Operands[0] == InLoopVal ? 1 : 0]; in tryToBlend()