Lines Matching refs:NumIndices
1690 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1691 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1692 NumIndices); in LLVMConstGEP()
1701 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1702 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
1703 NumIndices); in LLVMConstInBoundsGEP()
3656 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
3658 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
3667 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3668 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
3673 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildInBoundsGEP() argument
3675 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP()
3684 unsigned NumIndices, const char *Name) { in LLVMBuildInBoundsGEP2() argument
3685 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP2()