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

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 247 unsigned NumIndices,
261 NumSubRegIndices = NumIndices;
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 432 unsigned NumIndices = GEPI.getNumIndices();
437 Ops.resize(NumIndices);
438 for (unsigned I = 0; I < NumIndices; ++I)
445 Indices.resize(NumIndices);
446 for (unsigned J = 0; J < NumIndices; ++J)
  /external/clang/lib/AST/
DeclCXX.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/lib/IR/
Core.cpp     [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]

Completed in 680 milliseconds