Home
last modified time | relevance | path

Searched refs:NumIndices (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp685 unsigned NumIndices = GEPI.getNumIndices(); in visitGetElementPtrInst() local
695 Ops.resize(NumIndices); in visitGetElementPtrInst()
696 for (unsigned I = 0; I < NumIndices; ++I) { in visitGetElementPtrInst()
711 Indices.resize(NumIndices); in visitGetElementPtrInst()
712 for (unsigned J = 0; J < NumIndices; ++J) in visitGetElementPtrInst()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1658 NumIndices); in LLVMConstGEP()
1667 NumIndices); in LLVMConstGEP2()
1674 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1676 NumIndices); in LLVMConstInBoundsGEP()
1684 unsigned NumIndices) { in LLVMConstInBoundsGEP2() argument
1686 NumIndices); in LLVMConstInBoundsGEP2()
3649 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
3657 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3658 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
3665 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP()
[all …]
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2189 unsigned NumIndices),
2192 LLVMValueRef *ConstantIndices, unsigned NumIndices);
2196 unsigned NumIndices),
2200 unsigned NumIndices);
3935 LLVMValueRef *Indices, unsigned NumIndices,
3941 unsigned NumIndices, const char *Name),
3949 unsigned NumIndices, const char *Name);
3952 unsigned NumIndices, const char *Name);
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCRegisterInfo.h363 unsigned NumIndices, in InitMCRegisterInfo() argument
379 NumSubRegIndices = NumIndices; in InitMCRegisterInfo()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp8104 uint32_t NumIndices = readNext<uint32_t>(Contents, Pos); in printMachOUnwindInfoSection() local
8106 << format("0x%" PRIx32, NumIndices) << '\n'; in printMachOUnwindInfoSection()
8158 outs() << " Top level indices: (count = " << NumIndices << ")\n"; in printMachOUnwindInfoSection()
8160 for (unsigned i = 0; i < NumIndices; ++i) { in printMachOUnwindInfoSection()