Searched refs:ConsecutiveStride (Results 1 – 1 of 1) sorted by relevance
1769 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in vectorizeMemoryInstruction() local1770 bool Reverse = ConsecutiveStride < 0; in vectorizeMemoryInstruction()1772 if (!ConsecutiveStride || UniformLoad) in vectorizeMemoryInstruction()5111 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in getInstructionCost() local5112 bool Reverse = ConsecutiveStride < 0; in getInstructionCost()5116 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()