Searched refs:LastOperand (Results 1 – 3 of 3) sorted by relevance
154 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local158 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()161 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()167 --LastOperand; in getGEPInductionOperand()170 return LastOperand; in getGEPInductionOperand()
796 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local797 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
15918 unsigned LastOperand = in TryCombineBaseUpdate() local15920 for (unsigned i = Target.AddrOpIdx + 1; i < LastOperand; ++i) in TryCombineBaseUpdate()