Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp131 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
135 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
138 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
144 --LastOperand; in getGEPInductionOperand()
147 return LastOperand; in getGEPInductionOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp796 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
797 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()