Searched refs:clone_constant_impl (Results 1 – 1 of 1) sorted by relevance
220 static LLVMValueRef clone_constant_impl(LLVMValueRef Cst, LLVMModuleRef M);223 LLVMValueRef Ret = clone_constant_impl(Cst, M); in clone_constant()228 static LLVMValueRef clone_constant_impl(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant_impl() function