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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 411 /// getX - If constraint is a point <X, Y>, returns X.
413 const SCEV *getX() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 319 const SCEV *DependenceInfo::Constraint::getX() const {
416 OS << " Point is <" << *getX() << ", " << *getY() << ">\n";
569 const SCEV *A1X1 = SE->getMulExpr(Y->getA(), X->getX());
3185 const SCEV *XA_K = SE->getMulExpr(A_K, CurConstraint.getX());
3229 CurConstraint.getX()))
3234 CurConstraint.getX()))
3239 CurConstraint.getX()))
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/
package.d 1244 auto getX() { return x; }
1249 assert(outer.x == inner.getX);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2810 Expr *getX() { return cast_or_null<Expr>(Data->getChildren()[0]); }
2811 const Expr *getX() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 10438 Expr *getX() const { return X; }
10866 X = Checker.getX();
10900 X = Checker.getX();
10966 Checker.getX()->Profile(XId, Context, /*Canonical=*/true);
10971 X = Checker.getX();
10996 Checker.getX()->Profile(XId, Context, /*Canonical=*/true);
11001 X = Checker.getX();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 5889 emitOMPAtomicExpr(*this, Kind, AO, S.isPostfixUpdate(), S.getX(), S.getV(),

Completed in 66 milliseconds