Lines Matching defs:getC
419 const SCEV *DependenceInfo::Constraint::getC() const {
485 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
488 *getB() << "*Y = " << *getC() << "\n";
555 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
556 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
569 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
570 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
571 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
572 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
638 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC()))
640 if (isKnownPredicate(CmpInst::ICMP_NE, Sum, Y->getC())) {
3209 const SCEV *C = CurConstraint.getC();