Searched refs:getUDivCeilSCEV (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 307 RefCost = SE.getUDivCeilSCEV(Numerator, CacheLineSize); in computeRefCost()
|
H A D | ScalarEvolution.cpp | 12715 const SCEV *ScalarEvolution::getUDivCeilSCEV(const SCEV *N, const SCEV *D) { in getUDivCeilSCEV() function in ScalarEvolution 12769 return getUDivCeilSCEV(getConstant(MaxEnd - MinStart) /* Delta */, in computeMaxBECountForLT() 13045 BECount = getUDivCeilSCEV(Delta, Denominator); in howManyLessThans() 13047 getUDivCeilSCEV(getMinusSCEV(RHSStart, Start), Denominator); in howManyLessThans() 13141 getUDivCeilSCEV(getMinusSCEV(RHS, Start), Stride); in howManyLessThans() 13225 BECount = getUDivCeilSCEV(Delta, Stride); in howManyLessThans() 13343 : getUDivCeilSCEV(getConstant(MaxStart - MinEnd), in howManyGreaterThans()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 712 const SCEV *getUDivCeilSCEV(const SCEV *N, const SCEV *D);
|