reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
394 if (SE.properlyDominates(S, L->getHeader())) { 402 DoInitialMatch(S, L, Good, Bad, SE); 409 DoInitialMatch(AR->getStart(), L, Good, Bad, SE); 410 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), 410 DoInitialMatch(SE.getAddRecExpr(SE.getConstant(AR->getType(), 0), 411 AR->getStepRecurrence(SE), 414 L, Good, Bad, SE); 422 const SCEV *NewMul = SE.getMulExpr(Ops); 426 DoInitialMatch(NewMul, L, MyGood, MyBad, SE); 427 const SCEV *NegOne = SE.getSCEV(ConstantInt::getAllOnesValue( 428 SE.getEffectiveSCEVType(NewMul->getType()))); 430 Good.push_back(SE.getMulExpr(NegOne, S)); 432 Bad.push_back(SE.getMulExpr(NegOne, S));