Searched refs:getFirstOperandIndex (Results 1 – 1 of 1) sorted by relevance
10740 static unsigned getFirstOperandIndex(Instruction *I) { in getFirstOperandIndex() function in __anon9e073aa49111::HorizontalReduction10795 return I->getOperand(getFirstOperandIndex(I)); in getLHS()10800 return I->getOperand(getFirstOperandIndex(I) + 1); in getRHS()10866 for (int I = getFirstOperandIndex(TreeN), in matchAssociativeReduction()