Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp136 bool areConsecutivePointers(Value *PtrA, Value *PtrB, APInt PtrDelta,
327 return areConsecutivePointers(PtrA, PtrB, Size); in isConsecutiveAccess()
330 bool Vectorizer::areConsecutivePointers(Value *PtrA, Value *PtrB, in areConsecutivePointers() function in Vectorizer
542 areConsecutivePointers(SelectA->getTrueValue(), in lookThroughSelects()
544 areConsecutivePointers(SelectA->getFalseValue(), in lookThroughSelects()