Searched refs:TypeCloner (Results 1 – 1 of 1) sorted by relevance
61 struct TypeCloner { struct294 return LLVMConstInt(TypeCloner(M).Clone(Cst), in clone_constant_impl()301 return LLVMConstNull(TypeCloner(M).Clone(Cst)); in clone_constant_impl()309 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()320 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()334 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()341 return LLVMGetUndef(TypeCloner(M).Clone(Cst)); in clone_constant_impl()353 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()368 LLVMTypeRef Ty = TypeCloner(M).Clone(Cst); in clone_constant_impl()420 return TypeCloner(M).Clone(Src); in CloneType()[all …]