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

References

lib/Analysis/ScalarEvolution.cpp
 1722             getTruncateOrZeroExtend(MaxBECount, Start->getType(), Depth);
 1730           const SCEV *ZAdd = getZeroExtendExpr(getAddExpr(Start, ZMul,
 1734           const SCEV *WideStart = getZeroExtendExpr(Start, WideTy, Depth + 1);
 1826       if (const auto *SC = dyn_cast<SCEVConstant>(Start)) {
 1840       if (proveNoWrapByVaryingStart<SCEVZeroExtendExpr>(Start, Step, L)) {