Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp803 bool IsAllocaAccess = AS == DL.getAllocaAddrSpace() && in splitChainByAlignment() local
807 if (IsAllocaAccess && Alignment.value() % SizeBytes != 0 && in splitChainByAlignment()