Searched defs:LastOperand (Results 1 - 1 of 1) sorted by relevance

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

Completed in 70 milliseconds