HomeSort by: relevance | last modified time | path
    Searched refs:getB (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 344 const SCEV *DependenceInfo::Constraint::getB() const {
419 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
422 *getB() << "*Y = " << *getC() << "\n";
484 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
485 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
489 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
490 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
503 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
505 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
507 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 423 /// getB - If constraint is a line AX + BY = C, returns B.
425 const SCEV *getB() const;

Completed in 57 milliseconds