Searched refs:LastOperand (Results 1 – 3 of 3) sorted by relevance
139 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local143 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()146 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()152 --LastOperand; in getGEPInductionOperand()155 return LastOperand; in getGEPInductionOperand()
805 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local806 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
14785 unsigned LastOperand = in CombineBaseUpdate() local14787 for (unsigned i = AddrOpIdx + 1; i < LastOperand; ++i) in CombineBaseUpdate()