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

References

lib/Analysis/ScalarEvolution.cpp
 1945   assert(getTypeSizeInBits(Op->getType()) < getTypeSizeInBits(Ty) &&
 1952   if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(Op))
 1957   if (const SCEVSignExtendExpr *SS = dyn_cast<SCEVSignExtendExpr>(Op))
 1961   if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op))
 1968   ID.AddPointer(Op);
 1975                                                      Op, Ty);
 1982   if (const SCEVTruncateExpr *ST = dyn_cast<SCEVTruncateExpr>(Op)) {
 1994   if (auto *SA = dyn_cast<SCEVAddExpr>(Op)) {
 2031   if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Op))
 2182   if (isKnownNonNegative(Op))
 2183     return getZeroExtendExpr(Op, Ty, Depth + 1);
 2189                                                    Op, Ty);