Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp149 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
153 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
156 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
162 --LastOperand; in getGEPInductionOperand()
165 return LastOperand; in getGEPInductionOperand()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp805 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
806 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp15169 unsigned LastOperand = in CombineBaseUpdate() local
15171 for (unsigned i = AddrOpIdx + 1; i < LastOperand; ++i) in CombineBaseUpdate()