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

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp309 const SCEV *DependenceAnalysis::Constraint::getA() const { function in class:DependenceAnalysis::Constraint
403 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
405 OS << " Line is " << *getA() << "*X + " <<
468 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB());
469 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA());
488 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
490 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
491 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB());
492 const SCEV *A2B1 = SE->getMulExpr(Y->getA(), X->getB());
553 const SCEV *A1X1 = SE->getMulExpr(Y->getA(),
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h418 /// getA - If constraint is a line AX + BY = C, returns A.
420 const SCEV *getA() const;

Completed in 110 milliseconds