Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp93 Type *AllocElTy = AI.getAllocatedType(); in PromoteCastOfAllocation() local
95 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()