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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp666 int64_t SNumBytes = cast<ConstantInt>(MSI->getLength())->getSExtValue(); local
667 if (SNumBytes > 0 && (SNumBytes >> 32) == 0) {
668 unsigned NumBytes = static_cast<unsigned>(SNumBytes);

Completed in 57 milliseconds