Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1666 LLVMValueRef *ConstantIndices, unsigned NumIndices);
1668 LLVMValueRef *ConstantIndices,
/external/llvm/lib/IR/
DCore.cpp1022 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1023 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1030 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument
1033 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()