Searched refs:AllocaEltTy (Results 1 – 1 of 1) sorted by relevance
2356 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteStoreUserOfWholeAlloca() local2358 uint64_t AllocaSizeBits = DL.getTypeAllocSizeInBits(AllocaEltTy); in RewriteStoreUserOfWholeAlloca()2372 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) { in RewriteStoreUserOfWholeAlloca()2413 ArrayType *ATy = cast<ArrayType>(AllocaEltTy); in RewriteStoreUserOfWholeAlloca()2471 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteLoadUserOfWholeAlloca() local2473 uint64_t AllocaSizeBits = DL.getTypeAllocSizeInBits(AllocaEltTy); in RewriteLoadUserOfWholeAlloca()2482 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) { in RewriteLoadUserOfWholeAlloca()2485 Type *ArrayEltTy = cast<ArrayType>(AllocaEltTy)->getElementType(); in RewriteLoadUserOfWholeAlloca()