Searched refs:getUDivExactExpr (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopCacheAnalysis.cpp | 352 const SCEV *Div = SE.getUDivExactExpr(AccessFn, ElemSize); in delinearize()
|
D | ScalarEvolution.cpp | 3344 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/ |
D | LoopCacheAnalysis.cpp | 377 const SCEV *Div = SE.getUDivExactExpr(AccessFn, ElemSize); in delinearize()
|
D | ScalarEvolution.cpp | 3259 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/ |
D | ScalarEvolution.h | 1225 const SCEV *getUDivExactExpr(const SCEV *LHS, const SCEV *RHS);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 548 const SCEV *getUDivExactExpr(const SCEV *LHS, const SCEV *RHS);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 551 const SCEV *getUDivExactExpr(const SCEV *LHS, const SCEV *RHS);
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2808 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()
|