Home
last modified time | relevance | path

Searched refs:AllocElTy (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp89 Type *AllocElTy = AI.getAllocatedType(); in PromoteCastOfAllocation() local
91 if (!AllocElTy->isSized() || !CastElTy->isSized()) return 0; in PromoteCastOfAllocation()
93 unsigned AllocElTyAlign = TD->getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation()
102 uint64_t AllocElTySize = TD->getTypeAllocSize(AllocElTy); in PromoteCastOfAllocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp92 Type *AllocElTy = AI.getAllocatedType(); in PromoteCastOfAllocation() local
94 if (!AllocElTy->isSized() || !CastElTy->isSized()) return nullptr; in PromoteCastOfAllocation()
96 unsigned AllocElTyAlign = DL.getABITypeAlignment(AllocElTy); in PromoteCastOfAllocation()
105 uint64_t AllocElTySize = DL.getTypeAllocSize(AllocElTy); in PromoteCastOfAllocation()
111 uint64_t AllocElTyStoreSize = DL.getTypeStoreSize(AllocElTy); in PromoteCastOfAllocation()