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

References

lib/Analysis/ScalarEvolution.cpp
 5439   if (const SCEVConstant *C = dyn_cast<SCEVConstant>(S))
 5442   if (const SCEVTruncateExpr *T = dyn_cast<SCEVTruncateExpr>(S))
 5446   if (const SCEVZeroExtendExpr *E = dyn_cast<SCEVZeroExtendExpr>(S)) {
 5453   if (const SCEVSignExtendExpr *E = dyn_cast<SCEVSignExtendExpr>(S)) {
 5460   if (const SCEVAddExpr *A = dyn_cast<SCEVAddExpr>(S)) {
 5468   if (const SCEVMulExpr *M = dyn_cast<SCEVMulExpr>(S)) {
 5479   if (const SCEVAddRecExpr *A = dyn_cast<SCEVAddRecExpr>(S)) {
 5487   if (const SCEVSMaxExpr *M = dyn_cast<SCEVSMaxExpr>(S)) {
 5495   if (const SCEVUMaxExpr *M = dyn_cast<SCEVUMaxExpr>(S)) {
 5503   if (const SCEVUnknown *U = dyn_cast<SCEVUnknown>(S)) {