Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp35 const unsigned *IndicesEnd, in ComputeLinearIndex() argument
38 if (Indices && Indices == IndicesEnd) in ComputeLinearIndex()
48 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
58 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
/external/llvm/include/llvm/CodeGen/
DAnalysis.h39 const unsigned *IndicesEnd,