Lines Matching defs:getB
410 const SCEV *DependenceInfo::Constraint::getB() const {
485 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
488 *getB() << "*Y = " << *getC() << "\n";
550 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
551 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
555 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
556 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
569 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
571 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
573 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
574 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB());
636 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY());
3208 const SCEV *B = CurConstraint.getB();