Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp240 Type *remapTypeImpl(Type *Ty, SmallPtrSetImpl<StructType *> &Seen);
278 Type *BufferFatPtrTypeLoweringBase::remapTypeImpl( in remapTypeImpl() function in BufferFatPtrTypeLoweringBase
315 Type *NewElem = remapTypeImpl(OldElem, Seen); in remapTypeImpl()
354 return remapTypeImpl(SrcTy, Visited); in remapType()