Lines Matching defs:getA
401 const SCEV *DependenceInfo::Constraint::getA() const {
485 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
487 OS << " Line is " << *getA() << "*X + " <<
550 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
551 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
570 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
572 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
573 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
574 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB());
635 const SCEV *A1X1 = SE->getMulExpr(Y->getA(), X->getX());
3207 const SCEV *A = CurConstraint.getA();