Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:SourceStart

700               unsigned SourceStart = CISourceStart->getZExtValue();
702 unsigned SourceEnd = SourceStart + SourceWidth;
705 if (Start <= SourceStart && SourceStart <= End) {
709 } else if (SourceStart <= Start && Start <= SourceEnd) {
710 NewStart = SourceStart;