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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 335 const SCEV *DependenceInfo::Constraint::getA() const {
419 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
421 OS << " Line is " << *getA() << "*X + " <<
484 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
485 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
504 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
506 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
507 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
508 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB());
569 const SCEV *A1X1 = SE->getMulExpr(Y->getA(), X->getX())
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 419 /// getA - If constraint is a line AX + BY = C, returns A.
421 const SCEV *getA() const;

Completed in 30 milliseconds