Lines Matching defs:NewDelta
1794 const SCEV *NewDelta =
1798 // really check NewDelta < count*AbsCoeff
1802 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1807 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
1819 // really check that NewDelta >= 0
1820 if (SE->isKnownNegative(NewDelta)) {
1903 const SCEV *NewDelta =
1907 // really check NewDelta < count*AbsCoeff
1911 if (isKnownPredicate(CmpInst::ICMP_SGT, NewDelta, Product)) {
1916 if (isKnownPredicate(CmpInst::ICMP_EQ, NewDelta, Product)) {
1928 // really check that NewDelta >= 0
1929 if (SE->isKnownNegative(NewDelta)) {