Searched refs:getB (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp318 const SCEV *DependenceAnalysis::Constraint::getB() const { function in class:DependenceAnalysis::Constraint
403 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
406 *getB() << "*Y = " << *getC() << "\n";
468 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
469 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
473 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
474 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
487 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
489 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
491 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h422 /// getB - If constraint is a line AX + BY = C, returns B.
424 const SCEV *getB() const;

Completed in 61 milliseconds