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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2333 Type *AllocaEltTy = AI->getAllocatedType(); local
2334 uint64_t AllocaSizeBits = DL->getTypeAllocSizeInBits(AllocaEltTy);
2348 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) {
2389 ArrayType *ATy = cast<ArrayType>(AllocaEltTy);
2447 Type *AllocaEltTy = AI->getAllocatedType(); local
2448 uint64_t AllocaSizeBits = DL->getTypeAllocSizeInBits(AllocaEltTy);
2457 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) {
2460 Type *ArrayEltTy = cast<ArrayType>(AllocaEltTy)->getElementType();

Completed in 243 milliseconds