Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1225 const SCEV *getUDivExactExpr(const SCEV *LHS, const SCEV *RHS);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2808 const SCEV *ScalarEvolution::getUDivExactExpr(const SCEV *LHS, in getUDivExactExpr() function in ScalarEvolution
2844 return getUDivExactExpr(LHS, RHS); in getUDivExactExpr()
5065 getUDivExactExpr(getSCEV(BO->LHS), MulCount), in createSCEV()
7179 const auto *ModuloResult = getUDivExactExpr(Distance, Step); in howFarToZero()