Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp369 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in areConsecutivePointers() local
372 if (X == PtrSCEVB) in areConsecutivePointers()
379 const SCEV *Dist = SE.getMinusSCEV(PtrSCEVB, PtrSCEVA); in areConsecutivePointers()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1530 const SCEV *PtrSCEVB = SE.getSCEV(PtrB); in getPointersDiff() local
1532 dyn_cast<SCEVConstant>(SE.getMinusSCEV(PtrSCEVB, PtrSCEVA)); in getPointersDiff()