Searched refs:CastElTy (Results 1 – 2 of 2) sorted by relevance
90 Type *CastElTy = PTy->getElementType(); in PromoteCastOfAllocation() local91 if (!AllocElTy->isSized() || !CastElTy->isSized()) return nullptr; in PromoteCastOfAllocation()94 unsigned CastElTyAlign = DL.getABITypeAlignment(CastElTy); in PromoteCastOfAllocation()103 uint64_t CastElTySize = DL.getTypeAllocSize(CastElTy); in PromoteCastOfAllocation()109 uint64_t CastElTyStoreSize = DL.getTypeStoreSize(CastElTy); in PromoteCastOfAllocation()140 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt); in PromoteCastOfAllocation()
90 Type *CastElTy = PTy->getElementType(); in PromoteCastOfAllocation() local91 if (!AllocElTy->isSized() || !CastElTy->isSized()) return 0; in PromoteCastOfAllocation()94 unsigned CastElTyAlign = TD->getABITypeAlignment(CastElTy); in PromoteCastOfAllocation()103 uint64_t CastElTySize = TD->getTypeAllocSize(CastElTy); in PromoteCastOfAllocation()134 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt); in PromoteCastOfAllocation()