Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp366 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in areConsecutivePointers() local
369 const SCEV *X = SE.getAddExpr(PtrSCEVA, C); in areConsecutivePointers()
377 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1187 const SCEV *PtrSCEVA = SE.getSCEV(PtrA); in getPointersDiff() local
1190 dyn_cast<SCEVConstant>(SE.getMinusSCEV(PtrSCEVB, PtrSCEVA)); in getPointersDiff()