Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp162 bool IsUniqued = !isa<StructType>(Ty) || cast<StructType>(Ty)->isLiteral(); in get() local
164 if (!IsUniqued) { in get()
179 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
196 if (!AnyChange && IsUniqued) in get()
217 if (IsUniqued) in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp327 bool IsUniqued = !TyAsStruct || TyAsStruct->isLiteral(); in remapTypeImpl() local
330 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in remapTypeImpl()
356 if (IsUniqued) in remapTypeImpl()