Lines Matching refs:NumIndices

1656                           LLVMValueRef *ConstantIndices, unsigned NumIndices) {  in LLVMConstGEP()  argument
1657 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1658 NumIndices); in LLVMConstGEP()
1665 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP2() argument
1666 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP2()
1667 NumIndices); in LLVMConstGEP2()
1674 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1675 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
1676 NumIndices); in LLVMConstInBoundsGEP()
1684 unsigned NumIndices) { in LLVMConstInBoundsGEP2() argument
1685 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP2()
1686 NumIndices); in LLVMConstInBoundsGEP2()
3647 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
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()
3663 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildInBoundsGEP() argument
3665 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP()
3673 unsigned NumIndices, const char *Name) { in LLVMBuildInBoundsGEP2() argument
3674 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP2()