Lines Matching defs:Bad
543 SmallVectorImpl<const SCEV *> &Bad,
554 DoInitialMatch(S, L, Good, Bad, SE);
561 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
566 L, Good, Bad, SE);
584 Bad.push_back(SE.getMulExpr(NegOne, S));
590 Bad.push_back(S);
597 SmallVector<const SCEV *, 4> Bad;
598 DoInitialMatch(S, L, Good, Bad, SE);
605 if (!Bad.empty()) {
606 const SCEV *Sum = SE.getAddExpr(Bad);