Lines Matching defs:Bad
551 SmallVectorImpl<const SCEV *> &Bad,
562 DoInitialMatch(S, L, Good, Bad, SE);
569 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
574 L, Good, Bad, SE);
592 Bad.push_back(SE.getMulExpr(NegOne, S));
598 Bad.push_back(S);
605 SmallVector<const SCEV *, 4> Bad;
606 DoInitialMatch(S, L, Good, Bad, SE);
613 if (!Bad.empty()) {
614 const SCEV *Sum = SE.getAddExpr(Bad);