Searched refs:SNumBytes (Results 1 – 1 of 1) sorted by relevance
665 int64_t SNumBytes = cast<ConstantInt>(MSI->getLength())->getSExtValue(); in ConvertUsesToScalar() local666 if (SNumBytes > 0 && (SNumBytes >> 32) == 0) { in ConvertUsesToScalar()667 unsigned NumBytes = static_cast<unsigned>(SNumBytes); in ConvertUsesToScalar()