Searched refs:clone_constant (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 224 static LLVMValueRef clone_constant(LLVMValueRef Cst, LLVMModuleRef M) { in clone_constant() function 290 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl() 301 Elts.push_back(clone_constant(LLVMGetElementAsConstant(Cst, i), M)); in clone_constant_impl() 312 Elts.push_back(clone_constant(LLVMGetOperand(Cst, i), M)); in clone_constant_impl() 348 return LLVMConstBitCast(clone_constant(LLVMGetOperand(Cst, 0), M), in clone_constant_impl() 378 return clone_constant(Src, M); in CloneValue() 968 LLVMSetInitializer(G, clone_constant(I, M)); in clone_symbols() 1057 LLVMAliasSetAliasee(Alias, clone_constant(Aliasee, M)); in clone_symbols()
|
/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()
|