Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1783 unsigned VectorElementSize = DL->getTypeStoreSize(DataTy)/VF; in vectorizeMemoryInstruction() local
1789 if (ScalarAllocatedSize != VectorElementSize) in vectorizeMemoryInstruction()
6057 unsigned VectorElementSize = DL->getTypeStoreSize(VectorTy)/VF; in getInstructionCost() local
6058 if (!ConsecutiveStride || ScalarAllocatedSize != VectorElementSize) { in getInstructionCost()