Searched refs:getFirstOperandIndex (Results 1 – 1 of 1) sorted by relevance
7564 static unsigned getFirstOperandIndex(Instruction *I) { in getFirstOperandIndex() function in __anon75ab86282e11::HorizontalReduction7619 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()