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