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

  /external/llvm/include/llvm/CodeGen/
Analysis.h 32 /// ComputeLinearIndex - Given an LLVM IR aggregate type and a sequence
36 unsigned ComputeLinearIndex(Type *Ty,
41 inline unsigned ComputeLinearIndex(Type *Ty,
44 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /external/llvm/lib/CodeGen/
Analysis.cpp 30 /// ComputeLinearIndex - Given an LLVM IR aggregate type and a sequence
34 unsigned llvm::ComputeLinearIndex(Type *Ty,
49 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
50 CurIndex = ComputeLinearIndex(*EI, 0, 0, CurIndex);
59 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
60 CurIndex = ComputeLinearIndex(EltTy, 0, 0, CurIndex);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp 867 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 330 milliseconds