Home
last modified time | relevance | path

Searched refs:ScalarDataTy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1747 Type *ScalarDataTy = LI ? LI->getType() : SI->getValueOperand()->getType(); in vectorizeMemoryInstruction() local
1748 Type *DataTy = VectorType::get(ScalarDataTy, VF); in vectorizeMemoryInstruction()
1755 Alignment = DL.getABITypeAlignment(ScalarDataTy); in vectorizeMemoryInstruction()
1757 unsigned ScalarAllocatedSize = DL.getTypeAllocSize(ScalarDataTy); in vectorizeMemoryInstruction()