Home
last modified time | relevance | path

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

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