Searched refs:ConsecutiveStride (Results 1 – 1 of 1) sorted by relevance
2384 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in vectorizeMemoryInstruction() local2385 bool Reverse = ConsecutiveStride < 0; in vectorizeMemoryInstruction()2387 if (!ConsecutiveStride || UniformLoad) in vectorizeMemoryInstruction()5483 int ConsecutiveStride = Legal->isConsecutivePtr(Ptr); in getInstructionCost() local5484 bool Reverse = ConsecutiveStride < 0; in getInstructionCost()5488 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()