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.cpp269 Type *remapTypeImpl(Type *Ty);
307 Type *BufferFatPtrTypeLoweringBase::remapTypeImpl(Type *Ty) { in remapTypeImpl() function in BufferFatPtrTypeLoweringBase
336 Type *NewElem = remapTypeImpl(OldElem); in remapTypeImpl()
367 return remapTypeImpl(SrcTy); in remapType()