Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h123 const SCEV *getLastCoefficient() const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp476 const SCEV *Coeff = getLastCoefficient(); in isConsecutive()
507 const SCEV *IndexedReference::getLastCoefficient() const { in getLastCoefficient() function in IndexedReference