Searched refs:LastOperand (Results 1 – 2 of 2) sorted by relevance
122 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local126 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()129 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()135 --LastOperand; in getGEPInductionOperand()138 return LastOperand; in getGEPInductionOperand()
796 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local797 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()