Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1225 const SCEV *getUDivExactExpr(const SCEV *LHS, const SCEV *RHS);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DScalarEvolution.h559 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp3274 const SCEV *ScalarEvolution::getUDivExactExpr(const SCEV *LHS, in getUDivExactExpr() function in ScalarEvolution
3310 return getUDivExactExpr(LHS, RHS); in getUDivExactExpr()
8344 return SE.getUDivExactExpr(SE.getMulExpr(B, SE.getConstant(I)), D); in SolveLinEquationWithOverflow()