Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp688 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
689 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1602 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
1607 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
1610 std::advance(GEPTI, LastOperand - 1); in getGEPInductionOperand()
1616 --LastOperand; in getGEPInductionOperand()
1619 return LastOperand; in getGEPInductionOperand()