Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8687 VPValue *FirstIncoming = Operands[0]; in tryToBlend() local
8688 if (all_of(Operands, [FirstIncoming](const VPValue *Inc) { in tryToBlend()
8689 return FirstIncoming == Inc; in tryToBlend()