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);
 2058       const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L);
 2094                 getSignExtendExpr(Step, Ty, Depth + 1), L,
 2120                 getZeroExtendExpr(Step, Ty, Depth + 1), L,
 2145             (isLoopBackedgeGuardedByCond(L, Pred, AR, OverflowLimit) ||
 2151               getSignExtendExpr(Step, Ty, Depth + 1), L, AR->getNoWrapFlags());
 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());