Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp151 bool areConsecutivePointers(Value *PtrA, Value *PtrB, const APInt &PtrDelta,
336 return areConsecutivePointers(PtrA, PtrB, Size); in isConsecutiveAccess()
339 bool Vectorizer::areConsecutivePointers(Value *PtrA, Value *PtrB, in areConsecutivePointers() function in Vectorizer
481 areConsecutivePointers(SelectA->getTrueValue(), in lookThroughSelects()
483 areConsecutivePointers(SelectA->getFalseValue(), in lookThroughSelects()