Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Decho.cpp58 struct TypeCloner { struct
62 TypeCloner(LLVMModuleRef M): M(M), Ctx(LLVMGetModuleContext(M)) {} in TypeCloner() argument
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 …]