HomeSort by: relevance | last modified time | path
    Searched refs:NumIndices (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 637 unsigned NumIndices = GEPI.getNumIndices();
647 Ops.resize(NumIndices);
648 for (unsigned I = 0; I < NumIndices; ++I) {
663 Indices.resize(NumIndices);
664 for (unsigned J = 0; J < NumIndices; ++J)
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCRegisterInfo.h 363 unsigned NumIndices,
379 NumSubRegIndices = NumIndices;
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
Core.h 2155 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2157 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2160 unsigned NumIndices);
2163 unsigned NumIndices);
3859 LLVMValueRef *Indices, unsigned NumIndices,
3862 LLVMValueRef *Indices, unsigned NumIndices,
3868 unsigned NumIndices, const char *Name);
3871 unsigned NumIndices, const char *Name);
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 1690 LLVMValueRef *ConstantIndices, unsigned NumIndices) {
1691 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
1692 NumIndices);
1701 unsigned NumIndices) {
1702 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
1703 NumIndices);
3645 LLVMValueRef *Indices, unsigned NumIndices,
3647 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices);
3656 unsigned NumIndices, const char *Name) {
3657 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices);
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 8081 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos);
8083 << format("0x%" PRIx32, NumIndices) << '\n';
8135 outs() << " Top level indices: (count = " << NumIndices << ")\n";
8137 for (unsigned i = 0; i < NumIndices; ++i) {

Completed in 28 milliseconds