Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/docs/
DOpaquePointers.rst229 LLVMConstGEP -> LLVMConstGEP2
DReleaseNotes.rst344 * ``LLVMConstGEP`` -> ``LLVMConstGEP2``
/openbsd/src/gnu/llvm/llvm/tools/llvm-c-test/
Decho.cpp402 return LLVMConstGEP2(ElemTy, Ptr, Idx.data(), NumIdx); in clone_constant_impl()
/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h2206 LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal,
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c993 return LLVMConstGEP2(Ty, ConstantVal, (LLVMValueRef *)Op_val(Indices), in llvm_const_gep()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp1662 LLVMValueRef LLVMConstGEP2(LLVMTypeRef Ty, LLVMValueRef ConstantVal, in LLVMConstGEP2() function