Home
last modified time | relevance | path

Searched refs:lookThroughSelects (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.cpp155 bool lookThroughSelects(Value *PtrA, Value *PtrB, const APInt &PtrDelta,
402 return lookThroughSelects(PtrA, PtrB, PtrDelta, Depth); in lookThroughComplexAddresses()
487 bool Vectorizer::lookThroughSelects(Value *PtrA, Value *PtrB, in lookThroughSelects() function in Vectorizer