Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp366 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in areConsecutivePointers() local
369 if (X == PtrSCEVB) in areConsecutivePointers()
376 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1476 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in getPointersDiff() local
1478 dyn_cast<SCEVConstant>(SE.getMinusSCEV(PtrSCEVB, PtrSCEVA)); in getPointersDiff()