Home
last modified time | relevance | path

Searched refs:getB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp428 const SCEV *DependenceInfo::Constraint::getB() const { in getB() function in DependenceInfo::Constraint
503 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n"; in dump()
506 *getB() << "*Y = " << *getC() << "\n"; in dump()
568 const SCEV *Prod1 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
569 const SCEV *Prod2 = SE->getMulExpr(X->getB(), Y->getA()); in intersectConstraints()
573 Prod1 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
574 Prod2 = SE->getMulExpr(X->getB(), Y->getC()); in intersectConstraints()
587 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB()); in intersectConstraints()
589 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB()); in intersectConstraints()
591 const SCEV *A1B2 = SE->getMulExpr(X->getA(), Y->getB()); in intersectConstraints()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h460 LLVM_ABI const SCEV *getB() const;