Home
last modified time | relevance | path

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

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