Home
last modified time | relevance | path

Searched refs:LLVMInstructionClone (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm-c/
DCore.h3295 LLVMValueRef LLVMInstructionClone(LLVMValueRef Inst);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1458 return LLVMInstructionClone(Inst); in llvm_instr_clone()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp2790 LLVMValueRef LLVMInstructionClone(LLVMValueRef Inst) { in LLVMInstructionClone() function