reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
701 if (!SE.isAvailableAtLoopEntry(BoundSCEV, L)) 719 return SE.isLoopEntryGuardedByCond(L, BoundPred, Start, BoundSCEV); 724 SE.getMinusSCEV(Step, SE.getOne(Step->getType())); 724 SE.getMinusSCEV(Step, SE.getOne(Step->getType())); 728 const SCEV *Limit = SE.getMinusSCEV(SE.getConstant(Max), StepMinusOne); 728 const SCEV *Limit = SE.getMinusSCEV(SE.getConstant(Max), StepMinusOne); 730 return (SE.isLoopEntryGuardedByCond(L, BoundPred, Start, 731 SE.getAddExpr(BoundSCEV, Step)) && 732 SE.isLoopEntryGuardedByCond(L, BoundPred, BoundSCEV, Limit));