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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2392 uint64_t ElementSizeBits = DL->getTypeSizeInBits(ArrayEltTy); local
2403 if (ElementSizeBits == 0) continue;
2412 if (ElementSizeBits != AllocaSizeBits)
2415 ElementSizeBits));

Completed in 51 milliseconds