Searched refs:StoreStrideValue (Results 1 – 1 of 1) sorted by relevance
866 APInt StoreStrideValue = StoreStride->getAPInt(); in processLoopMemCpy() local869 if (StoreStrideValue.getBitWidth() > 64 || LoadStrideValue.getBitWidth() > 64) in processLoopMemCpy()872 if (SizeInBytes != StoreStrideValue && SizeInBytes != -StoreStrideValue) { in processLoopMemCpy()883 int64_t StoreStrideInt = StoreStrideValue.getSExtValue(); in processLoopMemCpy()