Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp923 Type *OffTy = PHITy->getElementType(1); in processConditionals() local
924 auto *NewOff = IRB.CreatePHI(OffTy, PHI->getNumIncomingValues()); in processConditionals()
1337 Type *OffTy = RetTy->getElementType(1); in visitIntToPtrInst() local
1344 IRB.CreateIntCast(Int, OffTy, /*IsSigned=*/false, IP.getName() + ".off"); in visitIntToPtrInst()
1365 Type *OffTy = cast<StructType>(I.getType())->getElementType(1); in visitAddrSpaceCastInst() local
1366 Value *ZeroOff = Constant::getNullValue(OffTy); in visitAddrSpaceCastInst()