Searched refs:getB (Results 1 – 2 of 2) sorted by relevance
409 const SCEV *DependenceInfo::Constraint::getB() const { in getB() function in DependenceInfo::Constraint484 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump()487 *getB() << "*Y = " << *getC() << "\n"; in dump()549 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()550 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA()); in intersectConstraints()554 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()555 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()568 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()570 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()572 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()[all …]
444 /// getB - If constraint is a line AX + BY = C, returns B.446 const SCEV *getB() const;