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

References

lib/Analysis/ScalarEvolution.cpp
 8049   switch (static_cast<SCEVTypes>(V->getSCEVType())) {
 8054       return cast<SCEVConstant>(V)->getValue();
 8056       return dyn_cast<Constant>(cast<SCEVUnknown>(V)->getValue());
 8058       const SCEVSignExtendExpr *SS = cast<SCEVSignExtendExpr>(V);
 8064       const SCEVZeroExtendExpr *SZ = cast<SCEVZeroExtendExpr>(V);
 8070       const SCEVTruncateExpr *ST = cast<SCEVTruncateExpr>(V);
 8076       const SCEVAddExpr *SA = cast<SCEVAddExpr>(V);
 8115       const SCEVMulExpr *SM = cast<SCEVMulExpr>(V);
 8129       const SCEVUDivExpr *SU = cast<SCEVUDivExpr>(V);