Home
last modified time | relevance | path

Searched refs:ConstantIndices (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm-c/
H A DCore.h1708 LLVMValueRef *ConstantIndices, unsigned NumIndices);
1710 LLVMValueRef *ConstantIndices,
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp1153 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1154 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1161 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument
1164 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()