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

References

lib/Analysis/ScalarEvolution.cpp
 2066             getTruncateOrZeroExtend(MaxBECount, Start->getType(), Depth);
 2074           const SCEV *SAdd = getSignExtendExpr(getAddExpr(Start, SMul,
 2078           const SCEV *WideStart = getSignExtendExpr(Start, WideTy, Depth + 1);
 2158       if (const auto *SC = dyn_cast<SCEVConstant>(Start)) {
 2172       if (proveNoWrapByVaryingStart<SCEVSignExtendExpr>(Start, Step, L)) {