Searched refs:GepIndices (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp397 SmallVector<Value *, 4> GepIndices; local
452 GepIndices.push_back(Scaled);
469 GepIndices.push_back(
486 GepIndices.push_back(FieldNo);
501 GepIndices.push_back(
578 for (SmallVectorImpl<Value *>::const_iterator I = GepIndices.begin(),
579 E = GepIndices.end(); I != E; ++I)
601 GepIndices,

Completed in 50 milliseconds