Lines Matching defs:getC
418 const SCEV *DependenceInfo::Constraint::getC() const {
484 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
487 *getB() << "*Y = " << *getC() << "\n";
554 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
555 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
568 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
569 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
570 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
571 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
637 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC()))
639 if (isKnownPredicate(CmpInst::ICMP_NE, Sum, Y->getC())) {
3209 const SCEV *C = CurConstraint.getC();