Home
last modified time | relevance | path

Searched refs:LLVMConstGEP2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/docs/
H A DOpaquePointers.rst229 LLVMConstGEP -> LLVMConstGEP2
H A DReleaseNotes.rst316 * ``LLVMConstGEP`` -> ``LLVMConstGEP2``
/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp400 return LLVMConstGEP2(ElemTy, Ptr, Idx.data(), NumIdx); in clone_constant_impl()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h2191 LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal,
/llvm-project-15.0.7/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1000 return LLVMConstGEP2(Ty, ConstantVal, (LLVMValueRef *)Op_val(Indices), in llvm_const_gep2()
/llvm-project-15.0.7/llvm/lib/IR/
H A DCore.cpp1664 LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, in LLVMConstGEP2() function