Searched refs:clone_constant (Results 1 – 1 of 1) sorted by relevance
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 222 static LLVMValueRef clone_constant(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant() function 278 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl() 289 Elts.push_back(clone_constant(LLVMGetElementAsConstant(Cst, i), M)); in clone_constant_impl() 300 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl() 329 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl() 359 return clone_constant(Src, M); in CloneValue() 858 LLVMSetInitializer(G, clone_constant(I, M)); in clone_symbols()
|