Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9320 unsigned FirstOpId; in adjustRecipesForInLoopReductions() local
9324 FirstOpId = 1; in adjustRecipesForInLoopReductions()
9328 FirstOpId = 0; in adjustRecipesForInLoopReductions()
9331 R->getOperand(FirstOpId) == Chain ? FirstOpId + 1 : FirstOpId; in adjustRecipesForInLoopReductions()