Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp376 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in areConsecutivePointers() local
379 if (X == PtrSCEVB) in areConsecutivePointers()
386 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1231 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in isConsecutiveAccess() local
1233 return X == PtrSCEVB; in isConsecutiveAccess()