Searched refs:AllocaEltTy (Results 1 – 1 of 1) sorted by relevance
2357 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteStoreUserOfWholeAlloca() local2359 uint64_t AllocaSizeBits = DL.getTypeAllocSizeInBits(AllocaEltTy); in RewriteStoreUserOfWholeAlloca()2373 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) { in RewriteStoreUserOfWholeAlloca()2414 ArrayType *ATy = cast<ArrayType>(AllocaEltTy); in RewriteStoreUserOfWholeAlloca()2472 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteLoadUserOfWholeAlloca() local2474 uint64_t AllocaSizeBits = DL.getTypeAllocSizeInBits(AllocaEltTy); in RewriteLoadUserOfWholeAlloca()2483 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) { in RewriteLoadUserOfWholeAlloca()2486 Type *ArrayEltTy = cast<ArrayType>(AllocaEltTy)->getElementType(); in RewriteLoadUserOfWholeAlloca()