Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8197 VPValue *FirstIncoming = Operands[0]; in tryToBlend() local
8198 if (all_of(Operands, [FirstIncoming](const VPValue *Inc) { in tryToBlend()
8199 return FirstIncoming == Inc; in tryToBlend()