Lines Matching refs:getUDivExpr
1030 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); in BinomialCoefficient()
2674 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr() function in ScalarEvolution
2712 Operands.push_back(getUDivExpr(Op, RHS)); in getUDivExpr()
2740 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr()
2757 const SCEV *Op = getUDivExpr(A->getOperand(i), RHS); in getUDivExpr()
2816 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
2858 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
5029 return getUDivExpr(getSCEV(BO->LHS), getSCEV(BO->RHS)); in createSCEV()
6844 return getUDivExpr(LHS, RHS); in computeSCEVAtScope()
7202 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()
8634 return getUDivExpr(Delta, Step); in computeBECount()