Lines Matching refs:getD
331 const SCEV *DependenceAnalysis::Constraint::getD() const {
397 OS << " Distance is " << *getD() <<
436 if (isKnownPredicate(CmpInst::ICMP_EQ, X->getD(), Y->getD()))
438 if (isKnownPredicate(CmpInst::ICMP_NE, X->getD(), Y->getD())) {
445 if (isa<SCEVConstant>(Y->getD())) {
3011 const SCEV *DA_K = SE->getMulExpr(A_K, CurConstraint.getD());
3134 Level.Distance = CurConstraint.getD();