Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp352 const SCEV *Div = SE.getUDivExactExpr(AccessFn, ElemSize); in delinearize()
DScalarEvolution.cpp3344 const SCEV *ScalarEvolution::getUDivExactExpr(const SCEV *LHS, in getUDivExactExpr() function in ScalarEvolution
3380 return getUDivExactExpr(LHS, RHS); in getUDivExactExpr()
8491 return SE.getUDivExactExpr(SE.getMulExpr(B, SE.getConstant(I)), D); in SolveLinEquationWithOverflow()
/external/llvm-project/llvm/lib/Analysis/
DLoopCacheAnalysis.cpp377 const SCEV *Div = SE.getUDivExactExpr(AccessFn, ElemSize); in delinearize()
DScalarEvolution.cpp3259 const SCEV *ScalarEvolution::getUDivExactExpr(const SCEV *LHS, in getUDivExactExpr() function in ScalarEvolution
3295 return getUDivExactExpr(LHS, RHS); in getUDivExactExpr()
6652 const SCEV *Div = getUDivExactExpr(AbsX, getConstant(Mult)); in createSCEV()
8739 return SE.getUDivExactExpr(SE.getMulExpr(B, SE.getConstant(I)), D); in SolveLinEquationWithOverflow()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1225 const SCEV *getUDivExactExpr(const SCEV *LHS, const SCEV *RHS);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h548 const SCEV *getUDivExactExpr(const SCEV *LHS, const SCEV *RHS);
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h551 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()