Searched refs:getFirstOperandIndex (Results 1 – 1 of 1) sorted by relevance
12085 static unsigned getFirstOperandIndex(Instruction *I) { in getFirstOperandIndex() function in __anonc518864bbf11::HorizontalReduction12140 return I->getOperand(getFirstOperandIndex(I)); in getLHS()12145 return I->getOperand(getFirstOperandIndex(I) + 1); in getRHS()12218 for (int I = getFirstOperandIndex(TreeN), in matchAssociativeReduction()