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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp2417 uint64_t ElementSizeBits = DL.getTypeSizeInBits(ArrayEltTy); local
2428 if (ElementSizeBits == 0) continue;
2437 if (ElementSizeBits != AllocaSizeBits)
2440 ElementSizeBits));

Completed in 58 milliseconds