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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2402 uint64_t ElementSizeBits = TD->getTypeSizeInBits(ArrayEltTy); local
2413 if (ElementSizeBits == 0) continue;
2422 if (ElementSizeBits != AllocaSizeBits)
2425 ElementSizeBits));

Completed in 41 milliseconds