Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h2439 LLVMValueRef LLVMInstructionClone(LLVMValueRef Inst);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1419 return LLVMInstructionClone(Inst); in llvm_instr_clone()
/external/llvm/lib/IR/
DCore.cpp2008 LLVMValueRef LLVMInstructionClone(LLVMValueRef Inst) { in LLVMInstructionClone() function