Home
last modified time | relevance | path

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

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