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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2343 Type *AllocaEltTy = AI->getAllocatedType(); local
2344 uint64_t AllocaSizeBits = TD->getTypeAllocSizeInBits(AllocaEltTy);
2358 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) {
2399 ArrayType *ATy = cast<ArrayType>(AllocaEltTy);
2456 Type *AllocaEltTy = AI->getAllocatedType(); local
2457 uint64_t AllocaSizeBits = TD->getTypeAllocSizeInBits(AllocaEltTy);
2466 if (StructType *EltSTy = dyn_cast<StructType>(AllocaEltTy)) {
2469 Type *ArrayEltTy = cast<ArrayType>(AllocaEltTy)->getElementType();

Completed in 69 milliseconds