Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp8848 unsigned IndexOfFirstOperand; in adjustRecipesForReductions() local
8895 IndexOfFirstOperand = 1; in adjustRecipesForReductions()
8899 IndexOfFirstOperand = 0; in adjustRecipesForReductions()
8904 CurrentLink->getOperand(IndexOfFirstOperand) == PreviousLink in adjustRecipesForReductions()
8905 ? IndexOfFirstOperand + 1 in adjustRecipesForReductions()
8906 : IndexOfFirstOperand; in adjustRecipesForReductions()
8910 (VecOpId - IndexOfFirstOperand)) == in adjustRecipesForReductions()