Lines Matching refs:NumIndices
1617 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1618 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1619 NumIndices); in LLVMConstGEP()
1628 unsigned NumIndices) { in LLVMConstInBoundsGEP() argument
1629 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
1630 NumIndices); in LLVMConstInBoundsGEP()
3413 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildGEP() argument
3415 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP()
3424 unsigned NumIndices, const char *Name) { in LLVMBuildGEP2() argument
3425 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildGEP2()
3430 LLVMValueRef *Indices, unsigned NumIndices, in LLVMBuildInBoundsGEP() argument
3432 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP()
3441 unsigned NumIndices, const char *Name) { in LLVMBuildInBoundsGEP2() argument
3442 ArrayRef<Value *> IdxList(unwrap(Indices), NumIndices); in LLVMBuildInBoundsGEP2()