Searched refs:AllocElTy (Results 1 – 1 of 1) sorted by relevance
93 Type *AllocElTy = AI.getAllocatedType(); in PromoteCastOfAllocation() local95 if (!AllocElTy->isSized() || !CastElTy->isSized()) return nullptr; in PromoteCastOfAllocation()105 bool AllocIsScalable = isa<ScalableVectorType>(AllocElTy); in PromoteCastOfAllocation()109 Align AllocElTyAlign = DL.getABITypeAlign(AllocElTy); in PromoteCastOfAllocation()119 uint64_t AllocElTySize = DL.getTypeAllocSize(AllocElTy).getKnownMinSize(); in PromoteCastOfAllocation()125 uint64_t AllocElTyStoreSize = DL.getTypeStoreSize(AllocElTy).getKnownMinSize(); in PromoteCastOfAllocation()