Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SCEVSMaxExpr

1352   if (isa<SCEVSMaxExpr>(Op))
2389 "SCEVSMaxExpr operand types don't match!");
2432 while (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(Ops[Idx])) {
2471 SCEV *S = new (SCEVAllocator) SCEVSMaxExpr(ID.Intern(SCEVAllocator),
3283 if (const SCEVSMaxExpr *M = dyn_cast<SCEVSMaxExpr>(S)) {
3348 if (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(S)) {
3489 if (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(S)) {
5284 if (isa<SCEVSMaxExpr>(Comm))