Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1627 LLVMValueRef *ConstantIndices, unsigned NumIndices);
1629 LLVMValueRef *ConstantIndices,
/external/llvm/lib/IR/
DCore.cpp1169 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument
1170 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP()
1177 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument
1180 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()