Home | History | Annotate | Download | only in Analysis

Lines Matching full:backedge

2050   //   Step < 0, Start - |Step| * Backedge <= Start
2051 // Step >= 0, Start + |Step| * Backedge > Start
2052 // and |Step| * Backedge doesn't unsigned overflow.
2073 // Get the backedge taken count and truncate or extended to the AR type.
2078 // Compute |Step| * Backedge
2084 // Start + |Step| * Backedge < Start
2085 // Start - |Step| * Backedge > Start
2099 // If the backedge taken count type is larger than the AR type,