Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:NewStart

703               unsigned NewStart, NewWidth;
706 NewStart = Start;
707 NewWidth = std::max(End, SourceEnd) - NewStart;
710 NewStart = SourceStart;
711 NewWidth = std::max(SourceEnd, End) - NewStart;
719 II->getArgOperand(3)->getType(), NewStart, false);