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.cpp9036 unsigned IndexOfFirstOperand; in adjustRecipesForReductions() local
9069 IndexOfFirstOperand = 1; in adjustRecipesForReductions()
9073 IndexOfFirstOperand = 0; in adjustRecipesForReductions()
9078 CurrentLink->getOperand(IndexOfFirstOperand) == PreviousLink in adjustRecipesForReductions()
9079 ? IndexOfFirstOperand + 1 in adjustRecipesForReductions()
9080 : IndexOfFirstOperand; in adjustRecipesForReductions()
9084 (VecOpId - IndexOfFirstOperand)) == in adjustRecipesForReductions()