Lines Matching refs:getUDivExpr
1035 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); in BinomialCoefficient()
2609 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr() function in ScalarEvolution
2647 Operands.push_back(getUDivExpr(AR->getOperand(i), RHS)); in getUDivExpr()
2676 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr()
2693 const SCEV *Op = getUDivExpr(A->getOperand(i), RHS); in getUDivExpr()
2752 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
2795 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
4136 return getUDivExpr(getSCEV(U->getOperand(0)), in createSCEV()
4280 return getUDivExpr(getSCEV(U->getOperand(0)), getSCEV(X)); in createSCEV()
5851 return getUDivExpr(LHS, RHS); in computeSCEVAtScope()
6175 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in HowFarToZero()
7248 return getUDivExpr(Delta, Step); in computeBECount()