reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/Analysis.cpp
   40   if (Indices && Indices == IndicesEnd)
   40   if (Indices && Indices == IndicesEnd)
   49       if (Indices && *Indices == unsigned(EI - EB))
   49       if (Indices && *Indices == unsigned(EI - EB))
   50         return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
   53     assert(!Indices && "Unexpected out of bound");
   62     if (Indices) {
   63       assert(*Indices < NumElts && "Unexpected out of bound");
   66       CurIndex += EltLinearOffset* *Indices;
   67       return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);