Lines Matching refs:getUDivExpr
1000 const SCEV *DivResult = SE.getUDivExpr(Dividend, SE.getConstant(DivFactor)); in BinomialCoefficient()
1747 return getUDivExpr(getZeroExtendExpr(Div->getLHS(), Ty, Depth + 1), in getZeroExtendExpr()
3081 const SCEV *UDiv = getUDivExpr(LHS, RHS); in getURemExpr()
3088 const SCEV *ScalarEvolution::getUDivExpr(const SCEV *LHS, in getUDivExpr() function in ScalarEvolution
3134 Operands.push_back(getUDivExpr(Op, RHS)); in getUDivExpr()
3177 const SCEV *Div = getUDivExpr(Op, RHSC); in getUDivExpr()
3197 return getUDivExpr(OtherDiv->getLHS(), getConstant(NewRHS)); in getUDivExpr()
3209 const SCEV *Op = getUDivExpr(A->getOperand(i), RHS); in getUDivExpr()
3267 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
3309 return getUDivExpr(LHS, RHS); in getUDivExactExpr()
6012 const SCEV *MaxItersWithoutWrap = getUDivExpr(RangeWidth, StepAbs); in getRangeForAffineNoSelfWrappingAR()
6445 return getUDivExpr(getSCEV(BO->LHS), getSCEV(BO->RHS)); in createSCEV()
6491 ShiftedLHS = getUDivExpr(NewMul, getConstant(DivAmt)); in createSCEV()
6495 ShiftedLHS = getUDivExpr(LHS, MulCount); in createSCEV()
6718 return getUDivExpr(getSCEV(U->getOperand(0)), getSCEV(U->getOperand(1))); in createSCEV()
8603 return getUDivExpr(LHS, RHS); in computeSCEVAtScope()
9126 getUDivExpr(Distance, CountDown ? getNegativeSCEV(Step) : Step); in howFarToZero()
11055 return getUDivExpr(Delta, Step); in computeBECount()