Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp233 static LLVMValueRef clone_constant_impl(LLVMValueRef Cst, LLVMModuleRef M);
236 LLVMValueRef Ret = clone_constant_impl(Cst, M); in clone_constant()
241 static LLVMValueRef clone_constant_impl(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant_impl() function