Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAnalysis.cpp57 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0); in ComputeLinearIndex() local
62 CurIndex += EltLinearOffset* *Indices; in ComputeLinearIndex()
65 CurIndex += EltLinearOffset*NumElts; in ComputeLinearIndex()