Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SCEVSMaxExpr

1349   if (isa<SCEVSMaxExpr>(Op))
2386 "SCEVSMaxExpr operand types don't match!");
2429 while (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(Ops[Idx])) {
2468 SCEV *S = new (SCEVAllocator) SCEVSMaxExpr(ID.Intern(SCEVAllocator),
3242 if (const SCEVSMaxExpr *M = dyn_cast<SCEVSMaxExpr>(S)) {
3307 if (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(S)) {
3448 if (const SCEVSMaxExpr *SMax = dyn_cast<SCEVSMaxExpr>(S)) {
5201 if (isa<SCEVSMaxExpr>(Comm))