Searched refs:ScalarDataTy (Results 1 – 1 of 1) sorted by relevance
2362 Type *ScalarDataTy = LI ? LI->getType() : SI->getValueOperand()->getType(); in vectorizeMemoryInstruction() local2363 Type *DataTy = VectorType::get(ScalarDataTy, VF); in vectorizeMemoryInstruction()2370 Alignment = DL.getABITypeAlignment(ScalarDataTy); in vectorizeMemoryInstruction()2372 unsigned ScalarAllocatedSize = DL.getTypeAllocSize(ScalarDataTy); in vectorizeMemoryInstruction()