Home
last modified time | relevance | path

Searched refs:OffsetSCEVB (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.cpp481 const SCEV *OffsetSCEVB = SE.getSCEV(OpB); in lookThroughComplexAddresses() local
484 return X == OffsetSCEVB; in lookThroughComplexAddresses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1214 const SCEV *OffsetSCEVB = SE.getConstant(OffsetB); in isConsecutiveAccess() local
1215 const SCEV *OffsetDeltaSCEV = SE.getMinusSCEV(OffsetSCEVB, OffsetSCEVA); in isConsecutiveAccess()