Searched refs:getB (Results 1 – 2 of 2) sorted by relevance
344 const SCEV *DependenceInfo::Constraint::getB() const { in getB() function in DependenceInfo::Constraint419 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump()422 *getB() << "*Y = " << *getC() << "\n"; in dump()484 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()485 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA()); in intersectConstraints()489 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()490 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()503 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()505 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()507 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()[all …]
425 const SCEV *getB() const;