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.cpp254 bool IsUniqued = !isa<StructType>(Ty) || cast<StructType>(Ty)->isLiteral(); in get() local
256 if (!IsUniqued) { in get()
276 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in get()
301 if (!AnyChange && IsUniqued) in get()
325 if (IsUniqued) in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp299 bool IsUniqued = !TyAsStruct || TyAsStruct->isLiteral(); in remapTypeImpl() local
302 if (Ty->getNumContainedTypes() == 0 && IsUniqued) in remapTypeImpl()
304 if (!IsUniqued) { in remapTypeImpl()
335 if (IsUniqued) in remapTypeImpl()