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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 431 /// getD - If constraint is a distance, returns D.
433 const SCEV *getD() const;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 362 const SCEV *DependenceInfo::Constraint::getD() const {
418 OS << " Distance is " << *getD() <<
457 if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
459 if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
466 if (isa<SCEVConstant>(Y->getD())) {
3087 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD());
3208 Level.Distance = CurConstraint.getD();

Completed in 19 milliseconds