Lines Matching refs:clone_constant
235 static LLVMValueRef clone_constant(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant() function
313 Elts.push_back(clone_constant(LLVMGetAggregateElement(Cst, i), M)); in clone_constant_impl()
324 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl()
372 Elts.push_back(clone_constant(LLVMGetAggregateElement(Cst, i), M)); in clone_constant_impl()
387 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl()
392 LLVMValueRef Ptr = clone_constant(LLVMGetOperand(Cst, 0), M); in clone_constant_impl()
396 Idx.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl()
431 return clone_constant(Src, M); in CloneValue()
1169 LLVMSetInitializer(G, clone_constant(I, M)); in clone_symbols()
1276 LLVMAliasSetAliasee(Alias, clone_constant(Aliasee, M)); in clone_symbols()
1315 LLVMSetGlobalIFuncResolver(IFunc, clone_constant(Resolver, M)); in clone_symbols()