OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ComputeLinearIndex
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
Analysis.h
52
unsigned
ComputeLinearIndex
(Type *Ty,
57
inline unsigned
ComputeLinearIndex
(Type *Ty,
60
return
ComputeLinearIndex
(Ty, Indices.begin(), Indices.end(), CurIndex);
/external/llvm/lib/CodeGen/
Analysis.cpp
38
unsigned llvm::
ComputeLinearIndex
(Type *Ty,
53
return
ComputeLinearIndex
(*EI, Indices+1, IndicesEnd, CurIndex);
54
CurIndex =
ComputeLinearIndex
(*EI, nullptr, nullptr, CurIndex);
64
unsigned EltLinearOffset =
ComputeLinearIndex
(EltTy, nullptr, nullptr, 0);
70
return
ComputeLinearIndex
(EltTy, Indices+1, IndicesEnd, CurIndex);
Completed in 178 milliseconds