Searched refs:ScalarDataTy (Results 1 – 2 of 2) sorted by relevance
2402 Type *ScalarDataTy = LI ? LI->getType() : SI->getValueOperand()->getType(); in vectorizeMemoryInstruction() local2403 Type *DataTy = VectorType::get(ScalarDataTy, VF); in vectorizeMemoryInstruction()2410 Alignment = DL.getABITypeAlignment(ScalarDataTy); in vectorizeMemoryInstruction()2412 uint64_t ScalarAllocatedSize = DL.getTypeAllocSize(ScalarDataTy); in vectorizeMemoryInstruction()2431 !ConsecutiveStride && ((LI && Legal->isLegalMaskedGather(ScalarDataTy)) || in vectorizeMemoryInstruction()2432 (SI && Legal->isLegalMaskedScatter(ScalarDataTy))); in vectorizeMemoryInstruction()
2400 Type *ScalarDataTy = getMemInstValueType(Instr); in vectorizeMemoryInstruction() local2401 Type *DataTy = VectorType::get(ScalarDataTy, VF); in vectorizeMemoryInstruction()2408 Alignment = DL.getABITypeAlignment(ScalarDataTy); in vectorizeMemoryInstruction()