Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DAnalysis.h54 const unsigned *IndicesEnd,
/external/llvm/lib/CodeGen/
DAnalysis.cpp40 const unsigned *IndicesEnd, in ComputeLinearIndex() argument
43 if (Indices && Indices == IndicesEnd) in ComputeLinearIndex()
53 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
70 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()