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

References

lib/Analysis/ScalarEvolution.cpp
 2199   assert(getTypeSizeInBits(Op->getType()) < getTypeSizeInBits(Ty) &&
 2206   if (const SCEVConstant *SC = dyn_cast<SCEVConstant>(Op))
 2208       return getSignExtendExpr(Op, Ty);
 2211   if (const SCEVTruncateExpr *T = dyn_cast<SCEVTruncateExpr>(Op)) {
 2219   const SCEV *ZExt = getZeroExtendExpr(Op, Ty);
 2224   const SCEV *SExt = getSignExtendExpr(Op, Ty);
 2229   if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(Op)) {
 2237   if (isa<SCEVSMaxExpr>(Op))