Home
last modified time | relevance | path

Searched refs:InLoopVal (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8292 VPValue *InLoopVal = nullptr; in tryToBlend() local
8297 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()