Lines Matching refs:getOne
2808 SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul}; in getAddExpr()
5038 return IsPositiveBECond ? SE.getOne(Type::getInt1Ty(SE.getContext())) in compareWithBackedgeCondition()
8162 getAddExpr(ExitCount, getOne(ExitCount->getType())), EvalTy); in getTripCountFromExitCount()
8165 return getAddExpr(getTruncateOrZeroExtend(ExitCount, EvalTy), getOne(EvalTy)); in getTripCountFromExitCount()
9194 RHS = getAddExpr(getOne(RHS->getType()), RHS); in computeExitLimitFromICmp()
10463 const SCEV *One = getOne(Distance->getType()); in howFarToZero()
11113 auto *One = getOne(Step->getType()); in getLoopInvariantExitCondDuringFirstIterationsImpl()
11370 getAddRecExpr(getZero(Ty), getOne(Ty), L, NoWrapFlags); in isLoopBackedgeGuardedByCond()
12595 const SCEV *One = getOne(Stride->getType()); in canIVOverflowOnLT()
12618 const SCEV *One = getOne(Stride->getType()); in canIVOverflowOnGT()
12641 const SCEV *MinNOne = getUMinExpr(N, getOne(N->getType())); in getUDivCeilSCEV()
12879 Stride = getUMaxExpr(Stride, getOne(Stride->getType())); in howManyLessThans()
13034 const SCEV *One = getOne(Stride->getType()); in howManyLessThans()
13193 const SCEV *One = getOne(Stride->getType()); in howManyGreaterThans()
15252 const SCEV *One = getOne(RHS->getType()); in applyLoopGuards()