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

References

lib/Analysis/ScalarEvolution.cpp
 1704             getZeroExtendExpr(Step, Ty, Depth + 1), L, AR->getNoWrapFlags());
 1714       const SCEV *MaxBECount = getConstantMaxBackedgeTakenCount(L);
 1750                 getZeroExtendExpr(Step, Ty, Depth + 1), L,
 1769                 getSignExtendExpr(Step, Ty, Depth + 1), L,
 1792           if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_ULT, AR, N) ||
 1801                 getZeroExtendExpr(Step, Ty, Depth + 1), L,
 1807           if (isLoopBackedgeGuardedByCond(L, ICmpInst::ICMP_UGT, AR, N) ||
 1817                 getSignExtendExpr(Step, Ty, Depth + 1), L,
 1832               getAddRecExpr(getConstant(C - D), Step, L, AR->getNoWrapFlags());
 1840       if (proveNoWrapByVaryingStart<SCEVZeroExtendExpr>(Start, Step, L)) {
 1844             getZeroExtendExpr(Step, Ty, Depth + 1), L, AR->getNoWrapFlags());