Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp298 StructType *TyAsStruct = dyn_cast<StructType>(Ty); in remapTypeImpl() local
299 bool IsUniqued = !TyAsStruct || TyAsStruct->isLiteral(); in remapTypeImpl()
306 if (!Seen.insert(TyAsStruct).second) { in remapTypeImpl()