Searched refs:ScalarAllocatedSize (Results 1 – 1 of 1) sorted by relevance
2372 unsigned ScalarAllocatedSize = DL.getTypeAllocSize(ScalarDataTy); in vectorizeMemoryInstruction() local2379 if (ScalarAllocatedSize != VectorElementSize) in vectorizeMemoryInstruction()5486 unsigned ScalarAllocatedSize = DL.getTypeAllocSize(ValTy); in getInstructionCost() local5488 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()