Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9115 unsigned FirstOpId; in adjustRecipesForReductions() local
9125 FirstOpId = 1; in adjustRecipesForReductions()
9130 FirstOpId = 0; in adjustRecipesForReductions()
9133 R->getOperand(FirstOpId) == Chain ? FirstOpId + 1 : FirstOpId; in adjustRecipesForReductions()