Home
last modified time | relevance | path

Searched refs:CastElTy (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp93 Type *CastElTy = PTy->getElementType(); in PromoteCastOfAllocation() local
94 if (!AllocElTy->isSized() || !CastElTy->isSized()) return nullptr; in PromoteCastOfAllocation()
97 unsigned CastElTyAlign = DL.getABITypeAlignment(CastElTy); in PromoteCastOfAllocation()
106 uint64_t CastElTySize = DL.getTypeAllocSize(CastElTy); in PromoteCastOfAllocation()
112 uint64_t CastElTyStoreSize = DL.getTypeStoreSize(CastElTy); in PromoteCastOfAllocation()
143 AllocaInst *New = AllocaBuilder.CreateAlloca(CastElTy, Amt); in PromoteCastOfAllocation()