Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp307 Type *PtrBTy = PtrB->getType()->getPointerElementType(); in isConsecutiveAccess() local
309 PtrATy->isVectorTy() != PtrBTy->isVectorTy() || in isConsecutiveAccess()
310 DL.getTypeStoreSize(PtrATy) != DL.getTypeStoreSize(PtrBTy) || in isConsecutiveAccess()
312 DL.getTypeStoreSize(PtrBTy->getScalarType())) in isConsecutiveAccess()
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp239 Type *PtrBTy = PtrB->getType()->getPointerElementType(); in isConsecutiveAccess() local
241 DL.getTypeStoreSize(PtrATy) != DL.getTypeStoreSize(PtrBTy) || in isConsecutiveAccess()
243 DL.getTypeStoreSize(PtrBTy->getScalarType())) in isConsecutiveAccess()