Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1465 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
1470 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
1473 std::advance(GEPTI, LastOperand - 1); in getGEPInductionOperand()
1479 --LastOperand; in getGEPInductionOperand()
1482 return LastOperand; in getGEPInductionOperand()