Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp135 bool areConsecutivePointers(Value *PtrA, Value *PtrB, APInt PtrDelta,
326 return areConsecutivePointers(PtrA, PtrB, Size); in isConsecutiveAccess()
329 bool Vectorizer::areConsecutivePointers(Value *PtrA, Value *PtrB, in areConsecutivePointers() function in Vectorizer
573 areConsecutivePointers(SelectA->getTrueValue(), in lookThroughSelects()
575 areConsecutivePointers(SelectA->getFalseValue(), in lookThroughSelects()