reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
54 unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
lib/CodeGen/Analysis.cpp50 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); 51 CurIndex = ComputeLinearIndex(*EI, nullptr, nullptr, CurIndex); 61 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0); 67 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);