Lines Matching defs:NewDelta
1795 const SCEV *NewDelta =
1799 // really check NewDelta < count*AbsCoeff
1803 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1808 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
1820 // really check that NewDelta >= 0
1821 if (SE->isKnownNegative(NewDelta)) {
1904 const SCEV *NewDelta =
1908 // really check NewDelta < count*AbsCoeff
1912 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1917 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
1929 // really check that NewDelta >= 0
1930 if (SE->isKnownNegative(NewDelta)) {