Home
last modified time | relevance | path

Searched refs:LastOperand (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp154 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
158 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()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp796 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
797 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/openbsd/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15918 unsigned LastOperand = in TryCombineBaseUpdate() local
15920 for (unsigned i = Target.AddrOpIdx + 1; i < LastOperand; ++i) in TryCombineBaseUpdate()