Lines Matching defs:getBegin
163 const SCEV *getBegin() const { return Begin; }
187 /// Represents an signed integer range [Range.getBegin(), Range.getEnd()). If
188 /// R.getEnd() le R.getBegin(), then R denotes the empty range.
200 const SCEV *getBegin() const { return Begin; }
651 SE.isKnownPredicate(PredLE, Range.getBegin(), Smallest);
653 Result.LowLimit = Clamp(Range.getBegin());
673 auto *RCType = dyn_cast<IntegerType>(getBegin()->getType());
684 // getBegin() and "D" is getStep()). We rewrite the value being range
711 const SCEV *C = getBegin();
862 const SCEV *NewBegin = SE.getSMaxExpr(R1Value.getBegin(), R2.getBegin());
891 const SCEV *NewBegin = SE.getUMaxExpr(R1Value.getBegin(), R2.getBegin());
1084 SafeIterRange->getBegin()->getType(), *MaybeSR);