Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DVectorUtils.cpp103 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
107 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
110 std::advance(GEPTI, LastOperand - 1); in getGEPInductionOperand()
116 --LastOperand; in getGEPInductionOperand()
119 return LastOperand; in getGEPInductionOperand()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp105 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
109 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
112 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
118 --LastOperand; in getGEPInductionOperand()
121 return LastOperand; in getGEPInductionOperand()
/external/swiftshader/third_party/llvm-7.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()
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp808 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
809 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()