Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:End

822               unsigned End = Start + Width;
828 if (Start <= SourceStart && SourceStart <= End) {
830 NewWidth = std::max(End, SourceEnd) - NewStart;
834 NewWidth = std::max(SourceEnd, End) - NewStart;
1377 // not actually end up matching the implementation's calling conv for a