Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:SourceEnd

702               unsigned SourceEnd = SourceStart + SourceWidth;
707 NewWidth = std::max(End, SourceEnd) - NewStart;
709 } else if (SourceStart <= Start && Start <= SourceEnd) {
711 NewWidth = std::max(SourceEnd, End) - NewStart;