reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 2048             getSignExtendExpr(Step, Ty, Depth + 1), L, SCEV::FlagNSW);
 2072           const SCEV *SMul = getMulExpr(CastedMaxBECount, Step,
 2084                                   getSignExtendExpr(Step, WideTy, Depth + 1),
 2094                 getSignExtendExpr(Step, Ty, Depth + 1), L,
 2102                                   getZeroExtendExpr(Step, WideTy, Depth + 1),
 2120                 getZeroExtendExpr(Step, Ty, Depth + 1), L,
 2143             getSignedOverflowLimitForStep(Step, &Pred, this);
 2151               getSignExtendExpr(Step, Ty, Depth + 1), L, AR->getNoWrapFlags());
 2160         const APInt &D = extractConstantWithoutWrapping(*this, C, Step);
 2164               getAddRecExpr(getConstant(C - D), Step, L, AR->getNoWrapFlags());
 2172       if (proveNoWrapByVaryingStart<SCEVSignExtendExpr>(Start, Step, L)) {
 2176             getSignExtendExpr(Step, Ty, Depth + 1), L, AR->getNoWrapFlags());