Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8248 VPValue *InLoopVal = nullptr; in tryToBlend() local
8253 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()