Lines Matching defs:getC
322 const SCEV *DependenceAnalysis::Constraint::getC() const {
398 " (" << *getA() << "*X + " << *getB() << "*Y = " << *getC() << ")\n";
401 *getB() << "*Y = " << *getC() << "\n";
468 Prod1 = SE->getMulExpr(X->getC(), Y->getB());
469 Prod2 = SE->getMulExpr(X->getB(), Y->getC());
482 const SCEV *C1B2 = SE->getMulExpr(X->getC(), Y->getB());
483 const SCEV *C1A2 = SE->getMulExpr(X->getC(), Y->getA());
484 const SCEV *C2B1 = SE->getMulExpr(Y->getC(), X->getB());
485 const SCEV *C2A1 = SE->getMulExpr(Y->getC(), X->getA());
551 if (isKnownPredicate(CmpInst::ICMP_EQ, Sum, Y->getC()))
553 if (isKnownPredicate(CmpInst::ICMP_NE, Sum, Y->getC())) {
3036 const SCEV *C = CurConstraint.getC();