Home
last modified time | relevance | path

Searched refs:OffsetSCEVA (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.cpp480 const SCEV *OffsetSCEVA = SE.getSCEV(ValA); in lookThroughComplexAddresses() local
483 const SCEV *X = SE.getAddExpr(OffsetSCEVA, C); in lookThroughComplexAddresses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1213 const SCEV *OffsetSCEVA = SE.getConstant(OffsetA); in isConsecutiveAccess() local
1215 const SCEV *OffsetDeltaSCEV = SE.getMinusSCEV(OffsetSCEVB, OffsetSCEVA); in isConsecutiveAccess()