Searched refs:getB (Results 1 – 2 of 2) sorted by relevance
409 const SCEV *DependenceInfo::Constraint::getB() const { in getB() function in DependenceInfo::Constraint487 *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()635 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY()); in intersectConstraints()[all …]
446 const SCEV *getB() const;