• Home
  • Raw
  • Download

Lines Matching refs:UpperBound

531         APInt UpperBound = CUB->getValue()->getValue();  in intersectConstraints()  local
532 DEBUG(dbgs() << "\t\tupper bound = " << UpperBound << "\n"); in intersectConstraints()
533 if (Xq.sgt(UpperBound) || Yq.sgt(UpperBound)) { in intersectConstraints()
1031 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in strongSIVtest() local
1032 DEBUG(dbgs() << "\t UpperBound = " << *UpperBound); in strongSIVtest()
1033 DEBUG(dbgs() << ", " << *UpperBound->getType() << "\n"); in strongSIVtest()
1038 const SCEV *Product = SE->getMulExpr(UpperBound, AbsCoeff); in strongSIVtest()
1215 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakCrossingSIVtest() local
1216 DEBUG(dbgs() << "\t UpperBound = " << *UpperBound << "\n"); in weakCrossingSIVtest()
1217 const SCEV *ConstantTwo = SE->getConstant(UpperBound->getType(), 2); in weakCrossingSIVtest()
1218 const SCEV *ML = SE->getMulExpr(SE->getMulExpr(ConstCoeff, UpperBound), in weakCrossingSIVtest()
1622 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroSrcSIVtest() local
1623 DEBUG(dbgs() << "\t UpperBound = " << *UpperBound << "\n"); in weakZeroSrcSIVtest()
1624 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroSrcSIVtest()
1732 if (const SCEV *UpperBound = collectUpperBound(CurLoop, Delta->getType())) { in weakZeroDstSIVtest() local
1733 DEBUG(dbgs() << "\t UpperBound = " << *UpperBound << "\n"); in weakZeroDstSIVtest()
1734 const SCEV *Product = SE->getMulExpr(AbsCoeff, UpperBound); in weakZeroDstSIVtest()
1817 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1819 SrcUM = UpperBound->getValue()->getValue(); in exactRDIVtest()
1827 if (const SCEVConstant *UpperBound = in exactRDIVtest() local
1829 DstUM = UpperBound->getValue()->getValue(); in exactRDIVtest()
2623 if (const SCEV *UpperBound = getUpperBound(Bound)) in testBounds() local
2624 if (isKnownPredicate(CmpInst::ICMP_SGT, Delta, UpperBound)) in testBounds()