Home
last modified time | relevance | path

Searched refs:PtrSCEVA (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.cpp375 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in areConsecutivePointers() local
378 const SCEV *X = SE.getAddExpr(PtrSCEVA, C); 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.cpp1230 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in isConsecutiveAccess() local
1232 const SCEV *X = SE.getAddExpr(PtrSCEVA, BaseDelta); in isConsecutiveAccess()