Home | History | Annotate | Download | only in Analysis

Lines Matching refs:DstConst

1079                                        const SCEV *DstConst,
1089 DEBUG(dbgs() << "\t DstConst = " << *DstConst);
1090 DEBUG(dbgs() << ", " << *DstConst->getType() << "\n");
1095 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst);
1218 const SCEV *DstConst,
1227 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n");
1232 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst);
1439 const SCEV *DstConst,
1448 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n");
1453 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst);
1650 const SCEV *DstConst,
1661 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n");
1666 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst);
1670 if (isKnownPredicate(CmpInst::ICMP_EQ, SrcConst, DstConst)) {
1761 const SCEV *DstConst,
1771 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n");
1776 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst);
1780 if (isKnownPredicate(CmpInst::ICMP_EQ, DstConst, SrcConst)) {
1848 const SCEV *DstConst,
1856 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n");
1859 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst);
2118 const SCEV *DstConst = DstAddRec->getStart();
2127 disproven = strongSIVtest(SrcCoeff, SrcConst, DstConst, CurLoop,
2130 disproven = weakCrossingSIVtest(SrcCoeff, SrcConst, DstConst, CurLoop,
2133 disproven = exactSIVtest(SrcCoeff, DstCoeff, SrcConst, DstConst, CurLoop,
2137 symbolicRDIVtest(SrcCoeff, DstCoeff, SrcConst, DstConst, CurLoop, CurLoop);
2142 const SCEV *DstConst = Dst;
2145 return weakZeroDstSIVtest(SrcCoeff, SrcConst, DstConst, CurLoop,
2150 const SCEV *DstConst = DstAddRec->getStart();
2155 return weakZeroSrcSIVtest(DstCoeff, SrcConst, DstConst,
2186 const SCEV *SrcConst, *DstConst;
2198 DstConst = DstAddRec->getStart();
2208 DstConst = Dst;
2218 DstConst = tmpAddRec->getStart();
2231 SrcConst, DstConst,
2236 SrcConst, DstConst,
2334 const SCEV *DstConst = Coefficients;
2337 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst);