Searched refs:VectorElementSize (Results 1 – 1 of 1) sorted by relevance
1783 unsigned VectorElementSize = DL->getTypeStoreSize(DataTy)/VF; in vectorizeMemoryInstruction() local1789 if (ScalarAllocatedSize != VectorElementSize) in vectorizeMemoryInstruction()6057 unsigned VectorElementSize = DL->getTypeStoreSize(VectorTy)/VF; in getInstructionCost() local6058 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()