Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp367 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in areConsecutivePointers() local
370 if (X == PtrSCEVB) in areConsecutivePointers()
377 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1188 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in getPointersDiff() local
1190 dyn_cast<SCEVConstant>(SE.getMinusSCEV(PtrSCEVB, PtrSCEVA)); in getPointersDiff()