Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp90 Type *CastElTy = PTy->getElementType(); in PromoteCastOfAllocation() local
91 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()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCasts.cpp90 Type *CastElTy = PTy->getElementType(); in PromoteCastOfAllocation() local
91 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()