Searched refs:VectorElementSize (Results 1 – 1 of 1) sorted by relevance
2373 unsigned VectorElementSize = DL.getTypeStoreSize(DataTy) / VF; in vectorizeMemoryInstruction() local2379 if (ScalarAllocatedSize != VectorElementSize) in vectorizeMemoryInstruction()5487 unsigned VectorElementSize = DL.getTypeStoreSize(VectorTy) / VF; in getInstructionCost() local5488 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()