Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9516 unsigned FirstOpId; in adjustRecipesForInLoopReductions() local
9520 FirstOpId = 1; in adjustRecipesForInLoopReductions()
9524 FirstOpId = 0; in adjustRecipesForInLoopReductions()
9527 R->getOperand(FirstOpId) == Chain ? FirstOpId + 1 : FirstOpId; in adjustRecipesForInLoopReductions()