Lines Matching refs:getOne
2810 SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul}; in getAddExpr()
5043 return IsPositiveBECond ? SE.getOne(Type::getInt1Ty(SE.getContext())) in compareWithBackedgeCondition()
8178 getAddExpr(ExitCount, getOne(ExitCount->getType())), EvalTy); in getTripCountFromExitCount()
8181 return getAddExpr(getTruncateOrZeroExtend(ExitCount, EvalTy), getOne(EvalTy)); in getTripCountFromExitCount()
9255 RHS = getAddExpr(getOne(RHS->getType()), RHS); in computeExitLimitFromICmp()
10525 const SCEV *One = getOne(Distance->getType()); in howFarToZero()
11191 auto *One = getOne(Step->getType()); in getLoopInvariantExitCondDuringFirstIterationsImpl()
11448 getAddRecExpr(getZero(Ty), getOne(Ty), L, NoWrapFlags); in isLoopBackedgeGuardedByCond()
12673 const SCEV *One = getOne(Stride->getType()); in canIVOverflowOnLT()
12696 const SCEV *One = getOne(Stride->getType()); in canIVOverflowOnGT()
12719 const SCEV *MinNOne = getUMinExpr(N, getOne(N->getType())); in getUDivCeilSCEV()
12957 Stride = getUMaxExpr(Stride, getOne(Stride->getType())); in howManyLessThans()
13155 const SCEV *One = getOne(Stride->getType()); in howManyLessThans()
13319 const SCEV *One = getOne(Stride->getType()); in howManyGreaterThans()
15342 const SCEV *One = SE.getOne(RHS->getType()); in collect()