Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2737 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
2741 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp766 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
767 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16036 unsigned LastOperand = in TryCombineBaseUpdate() local
16038 for (unsigned i = Target.AddrOpIdx + 1; i < LastOperand; ++i) in TryCombineBaseUpdate()