Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp89 Type *AllocElTy = AI.getAllocatedType(); in PromoteCastOfAllocation() local
91 if (!AllocElTy->isSized() || !CastElTy->isSized()) return nullptr; in PromoteCastOfAllocation()
93 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation()
102 uint64_t AllocElTySize = DL.getTypeAllocSize(AllocElTy); in PromoteCastOfAllocation()
108 uint64_t AllocElTyStoreSize = DL.getTypeStoreSize(AllocElTy); in PromoteCastOfAllocation()