Searched refs:LastOperand (Results 1 – 1 of 1) sorted by relevance
1465 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local1470 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()1473 std::advance(GEPTI, LastOperand - 1); in getGEPInductionOperand()1479 --LastOperand; in getGEPInductionOperand()1482 return LastOperand; in getGEPInductionOperand()