Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp12085 static unsigned getFirstOperandIndex(Instruction *I) { in getFirstOperandIndex() function in __anonc518864bbf11::HorizontalReduction
12140 return I->getOperand(getFirstOperandIndex(I)); in getLHS()
12145 return I->getOperand(getFirstOperandIndex(I) + 1); in getRHS()
12218 for (int I = getFirstOperandIndex(TreeN), in matchAssociativeReduction()