Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9237 unsigned FirstOpId; in adjustRecipesForReductions() local
9247 FirstOpId = 1; in adjustRecipesForReductions()
9252 FirstOpId = 0; in adjustRecipesForReductions()
9255 R->getOperand(FirstOpId) == Chain ? FirstOpId + 1 : FirstOpId; in adjustRecipesForReductions()