Searched refs:LastOperand (Results 1 – 3 of 3) sorted by relevance
2737 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local2741 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()2744 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()2753 --LastOperand; in getGEPInductionOperand()2756 return LastOperand; in getGEPInductionOperand()
766 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local767 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
16036 unsigned LastOperand = in TryCombineBaseUpdate() local16038 for (unsigned i = Target.AddrOpIdx + 1; i < LastOperand; ++i) in TryCombineBaseUpdate()