Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-c-test/
H A Decho.cpp61 struct TypeCloner { struct
294 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 …]