Searched refs:NumIndices (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 689 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local 699 Ops.resize(NumIndices); in visitGetElementPtrInst() 700 for (unsigned I = 0; I < NumIndices; ++I) { in visitGetElementPtrInst() 715 Indices.resize(NumIndices); in visitGetElementPtrInst() 716 for (unsigned J = 0; J < NumIndices; ++J) in visitGetElementPtrInst()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCRegisterInfo.h | 363 unsigned NumIndices, in InitMCRegisterInfo() argument 379 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | Core.cpp | 1663 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP2() argument 1664 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP2() 1665 NumIndices); in LLVMConstGEP2() 1672 unsigned NumIndices) { in LLVMConstInBoundsGEP2() argument 1673 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP2() 1674 NumIndices); in LLVMConstInBoundsGEP2() 3601 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument 3602 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2() 3608 unsigned NumIndices, const char *Name) { in LLVMBuildInBoundsGEP2() argument 3609 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP2()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | Core.h | 2207 LLVMValueRef *ConstantIndices, unsigned NumIndices); 2210 unsigned NumIndices); 3930 unsigned NumIndices, const char *Name); 3933 unsigned NumIndices, const char *Name);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 8365 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local 8367 << format("0x%" PRIx32, NumIndices) << '\n'; in printMachOUnwindInfoSection() 8419 outs() << " Top level indices: (count = " << NumIndices << ")\n"; in printMachOUnwindInfoSection() 8421 for (unsigned i = 0; i < NumIndices; ++i) { in printMachOUnwindInfoSection()
|