Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7564 static unsigned getFirstOperandIndex(Instruction *I) { in getFirstOperandIndex() function in __anon75ab86282e11::HorizontalReduction
7619 return I->getOperand(getFirstOperandIndex(I)); in getLHS()
7624 return I->getOperand(getFirstOperandIndex(I) + 1); in getRHS()
7684 Stack.push_back(std::make_pair(Inst, getFirstOperandIndex(Inst))); in matchAssociativeReduction()
7751 std::make_pair(EdgeInst, getFirstOperandIndex(EdgeInst))); in matchAssociativeReduction()