Home
last modified time | relevance | path

Searched refs:BaseDelta (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.cpp372 APInt BaseDelta = PtrDelta - OffsetDelta; in areConsecutivePointers() local
377 const SCEV *C = SE.getConstant(BaseDelta); in areConsecutivePointers()
393 return lookThroughComplexAddresses(PtrA, PtrB, BaseDelta, Depth); in areConsecutivePointers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1227 const SCEV *BaseDelta = SE.getMinusSCEV(SizeSCEV, OffsetDeltaSCEV); in isConsecutiveAccess() local
1232 const SCEV *X = SE.getAddExpr(PtrSCEVA, BaseDelta); in isConsecutiveAccess()