HomeSort by relevance Sort by last modified time
    Searched refs:EltLinearOffset (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
Analysis.cpp 63 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0);
68 CurIndex += EltLinearOffset* *Indices;
71 CurIndex += EltLinearOffset*NumElts;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
Analysis.cpp 62 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0);
67 CurIndex += EltLinearOffset* *Indices;
70 CurIndex += EltLinearOffset*NumElts;

Completed in 158 milliseconds