Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7216 static unsigned getFirstOperandIndex(Instruction *I) { in getFirstOperandIndex() function in __anon7a00047f2a11::HorizontalReduction
7271 return I->getOperand(getFirstOperandIndex(I)); in getLHS()
7276 return I->getOperand(getFirstOperandIndex(I) + 1); in getRHS()
7334 Stack.push_back(std::make_pair(B, getFirstOperandIndex(B))); in matchAssociativeReduction()
7401 std::make_pair(EdgeInst, getFirstOperandIndex(EdgeInst))); in matchAssociativeReduction()