Searched refs:ConstantIndices (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm-c/ |
| D | Core.h | 2155 LLVMValueRef *ConstantIndices, unsigned NumIndices); 2157 LLVMValueRef *ConstantIndices, unsigned NumIndices); 2159 LLVMValueRef *ConstantIndices, 2162 LLVMValueRef *ConstantIndices,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/ |
| D | Core.cpp | 1690 LLVMValueRef *ConstantIndices, unsigned NumIndices) { in LLVMConstGEP() argument 1691 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstGEP() 1700 LLVMValueRef *ConstantIndices, in LLVMConstInBoundsGEP() argument 1702 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices), in LLVMConstInBoundsGEP()
|