Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DAnalysis.cpp63 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0); in ComputeLinearIndex() local
68 CurIndex += EltLinearOffset* *Indices; in ComputeLinearIndex()
71 CurIndex += EltLinearOffset*NumElts; in ComputeLinearIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DAnalysis.cpp62 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0); in ComputeLinearIndex() local
67 CurIndex += EltLinearOffset* *Indices; in ComputeLinearIndex()
70 CurIndex += EltLinearOffset*NumElts; in ComputeLinearIndex()