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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp658 int64_t SNumBytes = cast<ConstantInt>(MSI->getLength())->getSExtValue(); local
659 if (SNumBytes > 0 && (SNumBytes >> 32) == 0) {
660 unsigned NumBytes = static_cast<unsigned>(SNumBytes);

Completed in 46 milliseconds