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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 415 /// getY - If constraint is a point <X, Y>, returns Y.
417 const SCEV *getY() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 327 const SCEV *DependenceInfo::Constraint::getY() const {
416 OS << " Point is <" << *getX() << ", " << *getY() << ">\n";
570 const SCEV *B1Y1 = SE->getMulExpr(Y->getB(), X->getY());
3186 const SCEV *YAP_K = SE->getMulExpr(AP_K, CurConstraint.getY());
3228 CurConstraint.getY(),
3233 CurConstraint.getY(),
3238 CurConstraint.getY(),

Completed in 61 milliseconds