Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp153 bool lookThroughComplexAddresses(Value *PtrA, Value *PtrB, APInt PtrDelta,
393 return lookThroughComplexAddresses(PtrA, PtrB, BaseDelta, Depth); in areConsecutivePointers()
396 bool Vectorizer::lookThroughComplexAddresses(Value *PtrA, Value *PtrB, in lookThroughComplexAddresses() function in Vectorizer