Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9043 unsigned IndexOfFirstOperand; in adjustRecipesForReductions() local
9076 IndexOfFirstOperand = 1; in adjustRecipesForReductions()
9080 IndexOfFirstOperand = 0; in adjustRecipesForReductions()
9085 CurrentLink->getOperand(IndexOfFirstOperand) == PreviousLink in adjustRecipesForReductions()
9086 ? IndexOfFirstOperand + 1 in adjustRecipesForReductions()
9087 : IndexOfFirstOperand; in adjustRecipesForReductions()
9091 (VecOpId - IndexOfFirstOperand)) == in adjustRecipesForReductions()