Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp39 if (getLastCoefficient(Row1, LastIdx) == 0) { in eliminateUsingFM()
58 int64_t UpperLast = getLastCoefficient(RemainingRows[R2], LastIdx); in eliminateUsingFM()
59 int64_t LowerLast = getLastCoefficient(RemainingRows[R1], LastIdx); in eliminateUsingFM()
H A DLoopCacheAnalysis.cpp475 const SCEV *Coeff = getLastCoefficient(); in isConsecutive()
506 const SCEV *IndexedReference::getLastCoefficient() const { in getLastCoefficient() function in IndexedReference
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h38 static int64_t getLastCoefficient(ArrayRef<Entry> Row, uint16_t Id) { in getLastCoefficient() function
H A DLoopCacheAnalysis.h124 const SCEV *getLastCoefficient() const;