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

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

Completed in 49 milliseconds