Searched refs:AllocaEltTy (Results 1 – 1 of 1) sorted by relevance
2191 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteStoreUserOfWholeAlloca() local2192 uint64_t AllocaSizeBits = TD->getTypeAllocSizeInBits(AllocaEltTy); in RewriteStoreUserOfWholeAlloca()2206 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) { in RewriteStoreUserOfWholeAlloca()2247 ArrayType *ATy = cast<ArrayType>(AllocaEltTy); in RewriteStoreUserOfWholeAlloca()2304 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteLoadUserOfWholeAlloca() local2305 uint64_t AllocaSizeBits = TD->getTypeAllocSizeInBits(AllocaEltTy); in RewriteLoadUserOfWholeAlloca()2314 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) { in RewriteLoadUserOfWholeAlloca()2317 Type *ArrayEltTy = cast<ArrayType>(AllocaEltTy)->getElementType(); in RewriteLoadUserOfWholeAlloca()