Home
last modified time | relevance | path

Searched refs:LLVMBuildStore (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp633 Dst = LLVMBuildStore(Builder, Val, Ptr); in CloneInstruction()
/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h3927 LLVMValueRef LLVMBuildStore(LLVMBuilderRef, LLVMValueRef Val, LLVMValueRef Ptr);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c2003 return LLVMBuildStore(Builder_val(B), Value, Pointer); in llvm_build_store()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp3506 LLVMValueRef LLVMBuildStore(LLVMBuilderRef B, LLVMValueRef Val, in LLVMBuildStore() function