Searched refs:TypeCloner (Results 1 – 1 of 1) sorted by relevance
58 struct TypeCloner { struct62 TypeCloner(LLVMModuleRef M): M(M), Ctx(LLVMGetModuleContext(M)) {} in TypeCloner() argument261 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 …]