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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2413 uint64_t VectorElementSize = DL.getTypeStoreSize(DataTy) / VF; local
2419 if (ScalarAllocatedSize != VectorElementSize)
5992 uint64_t VectorElementSize = DL.getTypeStoreSize(VectorTy) / VF; local
5994 ScalarAllocatedSize != VectorElementSize) {

Completed in 71 milliseconds