Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Decho.cpp58 struct TypeCloner { struct
62 TypeCloner(LLVMModuleRef M): M(M), Ctx(LLVMGetModuleContext(M)) {} in TypeCloner() argument
273 return LLVMConstInt(TypeCloner(M).Clone(Cst), in clone_constant_impl()
280 return LLVMConstNull(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
286 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
297 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
308 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
322 return LLVMGetUndef(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
328 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
349 TypeCloner(M).Clone(Cst)); in clone_constant_impl()
[all …]
/external/llvm/tools/llvm-c-test/
Decho.cpp58 struct TypeCloner { struct
62 TypeCloner(LLVMModuleRef M): M(M), Ctx(LLVMGetModuleContext(M)) {} in TypeCloner() function
261 return LLVMConstInt(TypeCloner(M).Clone(Cst), in clone_constant_impl()
268 return LLVMConstNull(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
274 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
285 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
296 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()
310 return LLVMGetUndef(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
330 TypeCloner(M).Clone(Cst)); in clone_constant_impl()
348 return TypeCloner(M).Clone(Src); in CloneType()
[all …]