Lines Matching refs:getOne

2755           SmallVector<const SCEV *, 2> TwoOps = {getOne(Ty), InnerMul};  in getAddExpr()
4879 return IsPositiveBECond ? SE.getOne(Type::getInt1Ty(SE.getContext())) in compareWithBackedgeCondition()
7892 return getAddExpr(ExitCount, getOne(ExitCountType)); in getTripCountFromExitCount()
7897 getOne(WiderType)); in getTripCountFromExitCount()
8041 getAddExpr(MaxExeCount, getOne(MaxExeCount->getType()))); in getConstantMaxTripCountFromArray()
10212 const SCEV *One = getOne(Distance->getType()); in howFarToZero()
10805 auto *One = getOne(Step->getType()); in getLoopInvariantExitCondDuringFirstIterations()
11062 getAddRecExpr(getZero(Ty), getOne(Ty), L, NoWrapFlags); in isLoopBackedgeGuardedByCond()
12283 const SCEV *One = getOne(Stride->getType()); in canIVOverflowOnLT()
12306 const SCEV *One = getOne(Stride->getType()); in canIVOverflowOnGT()
12329 const SCEV *MinNOne = getUMinExpr(N, getOne(N->getType())); in getUDivCeilSCEV()
12569 Stride = getUMaxExpr(Stride, getOne(Stride->getType())); in howManyLessThans()
12720 const SCEV *One = getOne(Stride->getType()); in howManyLessThans()
12877 const SCEV *One = getOne(Stride->getType()); in howManyGreaterThans()
14658 getUMinExpr(RewrittenLHS, getMinusSCEV(RHS, getOne(RHS->getType()))); in applyLoopGuards()
14662 getSMinExpr(RewrittenLHS, getMinusSCEV(RHS, getOne(RHS->getType()))); in applyLoopGuards()
14672 getUMaxExpr(RewrittenLHS, getAddExpr(RHS, getOne(RHS->getType()))); in applyLoopGuards()
14676 getSMaxExpr(RewrittenLHS, getAddExpr(RHS, getOne(RHS->getType()))); in applyLoopGuards()
14691 RewrittenRHS = getUMaxExpr(RewrittenLHS, getOne(RHS->getType())); in applyLoopGuards()