Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp2356 Type *AllocaEltTy = AI->getAllocatedType(); in RewriteStoreUserOfWholeAlloca() local
2358 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() local
2473 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()