Lines Matching defs:getA
304 const SCEV *DependenceAnalysis::Constraint::getA() const {
398 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
400 OS << " Line is " << *getA() << "*X + " <<
463 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
464 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
483 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
485 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
486 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
487 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB());
548 const SCEV *A1X1 = SE->getMulExpr(Y->getA(), X->getX());
3034 const SCEV *A = CurConstraint.getA();